PAGE LOADING
@@ -33,6 +33,14 @@
+
+
diff --git a/resources/assets/js/app.js b/resources/assets/js/app.js
index cfa9bc5f0..dd17014d6 100644
--- a/resources/assets/js/app.js
+++ b/resources/assets/js/app.js
@@ -314,6 +314,8 @@ const $init = async () => {
}
const $preload = async () => {
+ document.getElementById("app")?.setAttribute("data-preload", "true")
+
if ($A.isEEUIApp) {
const requireTime = new Date().getTime();
while (typeof requireModuleJs !== "function") {
diff --git a/resources/views/main.blade.php b/resources/views/main.blade.php
index 8af37072a..f61dd20bd 100755
--- a/resources/views/main.blade.php
+++ b/resources/views/main.blade.php
@@ -34,7 +34,7 @@
@extends('ie')
-
+
PAGE LOADING
@@ -49,6 +49,13 @@
+