Skip to content

Commit

Permalink
fix for wrong tracker location.
Browse files Browse the repository at this point in the history
  • Loading branch information
padams committed Feb 2, 2022
1 parent 1c74156 commit 613f5f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/base/templates/js_log_tag.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ foreach ($cmds as $cmd) {
(function() {
var _owa = document.createElement('script'); _owa.type = 'text/javascript'; _owa.async = true;
owa_baseUrl = ('https:' == document.location.protocol ? window.owa_baseSecUrl || owa_baseUrl.replace(/http:/, 'https:') : owa_baseUrl );
_owa.src = owa_baseUrl + 'modules/base/dist/js/owa.tracker-combined-min.js';
_owa.src = owa_baseUrl + 'modules/base/dist/owa.tracker.js';
var _owa_s = document.getElementsByTagName('script')[0]; _owa_s.parentNode.insertBefore(_owa, _owa_s);
}());
<?php if ( isset($options) && ! $this->getValue( 'no_script_wrapper', $options ) ) { ?>
Expand Down

0 comments on commit 613f5f8

Please sign in to comment.