Erwin Jacimino 8 bulan lalu
induk
melakukan
ebc19e8a67
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      public/main/js/app.js

+ 2 - 2
public/main/js/app.js

@@ -1028,8 +1028,8 @@ document.addEventListener("DOMContentLoaded", async () => {
     
     createGlobalLoader();
     // Uncomment these lines when ready to initialize the full app:
-    // initializeLoginModal();
-    // hideGUI();
+    initializeLoginModal();
+    hideGUI();
     // initializeApp();
 });