浏览代码

fixing

master
azri 8 个月前
父节点
当前提交
404ab5e60f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      resources/js/app.js

+ 1
- 1
resources/js/app.js 查看文件

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

正在加载...
取消
保存