code norm errors remend
Showing
1 changed file
with
1 additions
and
2 deletions
@@ -191,8 +191,7 @@ function reMarginFooter(fixedElement) { | @@ -191,8 +191,7 @@ function reMarginFooter(fixedElement) { | ||
191 | a.async = 1; | 191 | a.async = 1; |
192 | a.src = j; | 192 | a.src = j; |
193 | m.parentNode.insertBefore(a, m); | 193 | m.parentNode.insertBefore(a, m); |
194 | -})(window, document, 'script', ('https:' === document.location.protocol ? 'https' : 'http') + '://' + | ||
195 | - 'cdn.yoho.cn/yas-jssdk/1.0.17/yas.js', '_yas'); | 194 | +}(window, document, 'script', (document.location.protocol === 'https:' ? 'https' : 'http') + '://cdn.yoho.cn/yas-jssdk/1.0.17/yas.js', '_yas')); |
196 | 195 | ||
197 | (function() { | 196 | (function() { |
198 | var uid = getUid(); | 197 | var uid = getUid(); |
-
Please register or login to post a comment