...
|
...
|
@@ -182,8 +182,7 @@ function reMarginFooter(fixedElement) { |
|
|
$footer.removeClass('hide');
|
|
|
}());
|
|
|
|
|
|
|
|
|
(function(w, d, s, j, f) { // eslint-disable-line
|
|
|
(function(w, d, s, j, f) {
|
|
|
var a = d.createElement(s);
|
|
|
var m = d.getElementsByTagName(s)[0];
|
|
|
|
...
|
...
|
@@ -196,12 +195,7 @@ function reMarginFooter(fixedElement) { |
|
|
a.async = 1;
|
|
|
a.src = j;
|
|
|
m.parentNode.insertBefore(a, m);
|
|
|
<<<<<<< HEAD
|
|
|
})(window, document, 'script', (document.location.protocol === 'https:' ? 'https' : 'http') + '://' + // eslint-disable-line
|
|
|
'cdn.yoho.cn/yas-jssdk/1.0.17/yas.js', '_yas'); // eslint-disable-line
|
|
|
=======
|
|
|
})(window, document, 'script', (document.location.protocol === 'https:' ? 'https' : 'http') + '://cdn.yoho.cn/yas-jssdk/1.0.17/yas.js', '_yas');
|
|
|
>>>>>>> master
|
|
|
|
|
|
(function() {
|
|
|
var uid = getUid();
|
...
|
...
|
|