Browse Source

fixing

master
azri 4 months ago
parent
commit
8dc4689823
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      resources/js/app.js

+ 1
- 1
resources/js/app.js View File

@@ -173,6 +173,7 @@ function imageLoading() {
173 173
     });
174 174
 
175 175
     function checkAllImagesLoaded() {
176
+        debugger
176 177
         if (loadedCount === totalImages) {
177 178
             let loading = document.getElementById("loading");
178 179
             loading.remove();
@@ -181,7 +182,6 @@ function imageLoading() {
181 182
             for (let part of parts) {
182 183
                 part.classList.remove("hidden")
183 184
             }
184
-
185 185
         }
186 186
     }
187 187
 }

Loading…
Cancel
Save