Showing
1 changed file
with
1 additions
and
1 deletions
@@ -92,7 +92,7 @@ $('.res-c').on('click', 'a', function() { | @@ -92,7 +92,7 @@ $('.res-c').on('click', 'a', function() { | ||
92 | }); | 92 | }); |
93 | 93 | ||
94 | (function() { | 94 | (function() { |
95 | - if ($('.code-tip')) { | 95 | + if ($('.code-tip') && $('.username')) { |
96 | if (!window.cookie('trend-pop') || parseInt(window.cookie('trend-pop'), 10) !== 1) { | 96 | if (!window.cookie('trend-pop') || parseInt(window.cookie('trend-pop'), 10) !== 1) { |
97 | $('.set-trend-world').removeClass('set-trend-hide'); | 97 | $('.set-trend-world').removeClass('set-trend-hide'); |
98 | 98 |
-
Please register or login to post a comment