ソースを参照

fixing

master
azri 4ヶ月前
コミット
404ab5e60f
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      resources/js/app.js

+ 1
- 1
resources/js/app.js ファイルの表示

@@ -142,7 +142,7 @@ function imageLoading() {
142 142
 
143 143
     //somehow the server work so fast, script doesn't have much time to set the load eventlistener
144 144
     //thus we check here, to ensure checkAllImagesLoaded run
145
-    console.log(loadedCount, totalImages);
145
+    checkAllImagesLoaded();
146 146
 }
147 147
 
148 148
 function reset() {

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