Changeset 1695982
- Timestamp:
- 07/13/2017 09:19:23 PM (9 years ago)
- Location:
- trustedsite-reviews/trunk
- Files:
-
- 3 added
- 1 edited
-
lib/AdminApi.php (added)
-
lib/App.php (modified) (1 diff)
-
widgets (added)
-
widgets/product_review_gallery.js (added)
Legend:
- Unmodified
- Added
- Removed
-
trustedsite-reviews/trunk/lib/App.php
r1695978 r1695982 132 132 (function() { 133 133 var sa = document.createElement('script'); sa.type = 'text/javascript'; sa.async = true; 134 sa.src = ('https:' == document.location.protocol ? 'https://cdn' : 'http://cdn') + '. ywxi.net/js/1.js';134 sa.src = ('https:' == document.location.protocol ? 'https://cdn' : 'http://cdn') + '.trustedsite.com/js/1.js'; 135 135 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(sa, s); 136 136 })();
Note: See TracChangeset
for help on using the changeset viewer.