Sai Sudheer 2年前
コミット
c481a8e695
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      assets/js/list.index.js

+ 1
- 1
assets/js/list.index.js ファイルの表示

@@ -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
     })

読み込み中…
キャンセル
保存