Merge branch 'ticket-12804-CacheFooter' into develop
This commit is contained in:
commit
8fe32a145b
@ -16,7 +16,7 @@
|
||||
_ts.type = 'text/javascript';
|
||||
_ts.charset = 'utf-8';
|
||||
_ts.async = true;
|
||||
_ts.src = 'http://widgets.trustedshops.com/js/' + _tsid + '.js';
|
||||
_ts.src = 'https://widgets.trustedshops.com/js/' + _tsid + '.js';
|
||||
var __ts = document.getElementsByTagName('script')[0];
|
||||
__ts.parentNode.insertBefore(_ts, __ts);
|
||||
})();
|
||||
|
@ -17,7 +17,7 @@
|
||||
_ts.type = 'text/javascript';
|
||||
_ts.charset = 'utf-8';
|
||||
_ts.async = true;
|
||||
_ts.src = 'http://widgets.trustedshops.com/js/' + _tsid + '.js';
|
||||
_ts.src = 'https://widgets.trustedshops.com/js/' + _tsid + '.js';
|
||||
var __ts = document.getElementsByTagName('script')[0];
|
||||
__ts.parentNode.insertBefore(_ts, __ts);
|
||||
})();
|
||||
|
Loading…
Reference in New Issue
Block a user