* fix search form not work.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
window.onSubmit = function(response)
|
||||
{
|
||||
response.then(res => res.json())
|
||||
.then(json => {loadPage(json.load)})
|
||||
.catch(console.log);
|
||||
}
|
||||
Reference in New Issue
Block a user