Browse Source

提交代码,重定向

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

+ 1
- 1
public/home/search.js View File

@@ -215,7 +215,7 @@ function searchLabel(tableName,keyword,sortBy="",ascending="false"){

console.log("enter label search.");

window.location.href="/all/search/"
window.open("/all/search/");
// initDiv(true);
// //document.getElementById("search_div").style.display="none";
// //document.getElementById("search_label_div").style.display="block";


Loading…
Cancel
Save