Showing
2 changed files
with
5 additions
and
1 deletions
@@ -989,6 +989,10 @@ function searchSuggestHistory() { | @@ -989,6 +989,10 @@ function searchSuggestHistory() { | ||
989 | $(function() { | 989 | $(function() { |
990 | var windowWidth = document.documentElement.clientWidth; | 990 | var windowWidth = document.documentElement.clientWidth; |
991 | 991 | ||
992 | + if (windowWidth <= 1440) { | ||
993 | + $('.code-down-box').hide(); | ||
994 | + } | ||
995 | + | ||
992 | $(window).resize(function() { | 996 | $(window).resize(function() { |
993 | var innerWindowWidth = window.innerWidth; | 997 | var innerWindowWidth = window.innerWidth; |
994 | 998 |
-
Please register or login to post a comment