mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed search
This commit is contained in:
@@ -16,6 +16,10 @@ var Search = {
|
||||
},
|
||||
|
||||
search: function(search_input){
|
||||
if(result_html == undefined || empty_results_html == undefined) {
|
||||
result_html = $("#temp-results-container");
|
||||
empty_results_html = $("#empty-results-container").html();
|
||||
}
|
||||
$(".search_results").html('');
|
||||
if(window.search_input !== ""){
|
||||
searching = true;
|
||||
|
||||
Reference in New Issue
Block a user