mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-09-25 09:19:05 +00:00
Fixed search
This commit is contained in:
Vendored
-1
File diff suppressed because one or more lines are too long
Vendored
+4
@@ -2603,6 +2603,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