Sai Sudheer 2 years ago
parent
commit
c481a8e695
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      assets/js/list.index.js

+ 1
- 1
assets/js/list.index.js View File

226
       }
226
       }
227
     }
227
     }
228
   );
228
   );
229
-  if(window.innerWidth() < 1024){
229
+  if(window.innerWidth < 1024){
230
     $('.ctr-lst-pge').on('click', function(){
230
     $('.ctr-lst-pge').on('click', function(){
231
       $('.mnNvIcn').click()
231
       $('.mnNvIcn').click()
232
     })
232
     })

Loading…
Cancel
Save