mirror of
https://github.com/aunefyren/wrapperr
synced 2024-11-10 13:44:12 +00:00
Remove error when searching
If an error is present, it will be removed when searching again.
This commit is contained in:
parent
38ccf5d633
commit
396ce0504c
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -68,7 +68,7 @@ function makeRequest (method, url, data) {
|
|||
$(document).on('submit', '#stats_form', function(){
|
||||
|
||||
search_button("SEARCHING...");
|
||||
|
||||
document.getElementById('results_error').innerHTML = "";
|
||||
get_functions();
|
||||
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue