Showing
1 changed file
with
1 additions
and
1 deletions
@@ -10,7 +10,7 @@ var $searchBox = $('.search-box'), | @@ -10,7 +10,7 @@ var $searchBox = $('.search-box'), | ||
10 | $box = $('.box'), | 10 | $box = $('.box'), |
11 | $indexSearch = $('.index-search'), | 11 | $indexSearch = $('.index-search'), |
12 | $indexLogo = $('.index-logo'), | 12 | $indexLogo = $('.index-logo'), |
13 | - $channelLink = $('.index-channel a'); | 13 | + $channelLink = $('.index-channel a:not(#yohood)'); |
14 | 14 | ||
15 | var $search = $searchBox.children('input[type="text"]'), | 15 | var $search = $searchBox.children('input[type="text"]'), |
16 | $cancelSearch = $box.children('.no-search'), | 16 | $cancelSearch = $box.children('.no-search'), |
-
Please register or login to post a comment