...
|
...
|
@@ -92,7 +92,7 @@ $('.res-c').on('click', 'a', function() { |
|
|
});
|
|
|
|
|
|
(function() {
|
|
|
if ($('.code-tip')) {
|
|
|
if ($('.code-tip') && $('.username')) {
|
|
|
if (!window.cookie('trend-pop') || parseInt(window.cookie('trend-pop'), 10) !== 1) {
|
|
|
$('.set-trend-world').removeClass('set-trend-hide');
|
|
|
|
...
|
...
|
|