Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.3.2^2
zouap 3 years ago
parent
commit
4549f113d0
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      public/home/search.js

+ 4
- 3
public/home/search.js View File

@@ -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"
}
}


initDiv(false);

Loading…
Cancel
Save