mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-05 08:31:37 +08:00
搜索功能前端页面
This commit is contained in:
@@ -50,6 +50,6 @@
|
||||
alert("请输入搜索内容");
|
||||
return;
|
||||
}
|
||||
window.location.href = "./search?keyword=" + encodeURIComponent(searchBoxValue);
|
||||
window.location.href = "./search?keyword=" + encodeURIComponent(searchBoxValue.trim());
|
||||
});
|
||||
</script>
|
Reference in New Issue
Block a user