mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-28 21:11:01 +00:00
Rehid player on iphone
This commit is contained in:
@@ -16,8 +16,6 @@ var Search = {
|
||||
},
|
||||
|
||||
search: function(search_input){
|
||||
console.log(result_html);
|
||||
console.log(empty_results_html);
|
||||
if(result_html == undefined || empty_results_html == undefined) {
|
||||
result_html = $("#temp-results-container");
|
||||
empty_results_html = $("#empty-results-container").html();
|
||||
|
||||
Reference in New Issue
Block a user