diff --git a/FO/Views/Home/Index.cshtml b/FO/Views/Home/Index.cshtml
index 9c6dab4..ad82e61 100644
--- a/FO/Views/Home/Index.cshtml
+++ b/FO/Views/Home/Index.cshtml
@@ -260,7 +260,7 @@
$(document).ready(function () {
initSearch();
- if (!ismobile()) {
+ if (ismobile() || window) {
if ($("#texthide01").val() != '') {
$.each($($("#texthide01").val().split('nptechpopuplistseparator')), function (i, p) {
var p = p.split('nptechpopupseparator');