Pārlūkot izejas kodu

Fixed AirMusic empty search keyword bug

tobychui 3 gadi atpakaļ
vecāks
revīzija
6255578170
1 mainītis faili ar 5 papildinājumiem un 0 dzēšanām
  1. 5 0
      web/Music/index.html

+ 5 - 0
web/Music/index.html

@@ -576,6 +576,11 @@
 			alert("Search keyword cannot contains & or ? symbol.");
 			return;
 		}
+
+		if (keyword = ""){
+			//Empty keyword. Return nothing
+			return;
+		}
 		//Clear the mainList, replace with a dummy loading screen
 		$("#mainList").html('<div class="mainList item whiteFont">\
 			<div class="ts header" style="margin:0px !important;padding-bottom:15px;padding-top:5px;">\