Remove error when searching

If an error is present, it will be removed when searching again.
This commit is contained in:
aunefyren 2021-03-09 16:22:41 +01:00
parent 38ccf5d633
commit 396ce0504c

View file

@ -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();
});