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