* fix search form not work.

This commit is contained in:
sunhao
2023-08-10 10:15:46 +08:00
parent f9427bbcfd
commit c1ef524833
+6
View File
@@ -0,0 +1,6 @@
window.onSubmit = function(response)
{
response.then(res => res.json())
.then(json => {loadPage(json.load)})
.catch(console.log);
}