diff --git a/public/home/search.js b/public/home/search.js index 80af37ab3..144810566 100644 --- a/public/home/search.js +++ b/public/home/search.js @@ -818,8 +818,6 @@ $('#keyword_input').on('keypress',function(event){ } }); -initDiv(false); - document.onreadystatechange = function() { if (document.readyState === "complete") { var keyword = $('#keyword_input').val(); @@ -1169,4 +1167,7 @@ var zhCN={ "search_last_page":"Last", "search_go_to":"Go", "search_go_page":"Page" - } \ No newline at end of file + } + + + initDiv(false); \ No newline at end of file