← All changes
|
includes/extensions/Site_Preloader/assets/script.js
+1
-1
51.1.76
→
51.1.83
View file →
| @@ -194,9 +194,9 @@ | ||
| 194 | 194 | */ |
| 195 | 195 | setupMaxTimeout: function () { |
| 196 | 196 | this.state.maxTimer = setTimeout(() => { |
| 197 | 197 | if (this.state.isShowing) { |
| 198 | - console.warn('[KngPreloader] Max display time reached, forcing hide'); | |
| 198 | + // console.warn('[KngPreloader] Max display time reached, forcing hide'); | |
| 199 | 199 | this.hide(); |
| 200 | 200 | } |
| 201 | 201 | }, this.config.maxDisplayTime); |
| 202 | 202 | }, |