Sai Sudheer hace 2 años
padre
commit
c481a8e695
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      assets/js/list.index.js

+ 1
- 1
assets/js/list.index.js Ver fichero

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

Loading…
Cancelar
Guardar