diff --git a/src/pages/Dashboard/LiveOnlineClass.vue b/src/pages/Dashboard/LiveOnlineClass.vue index f0e60d0..e124aa0 100644 --- a/src/pages/Dashboard/LiveOnlineClass.vue +++ b/src/pages/Dashboard/LiveOnlineClass.vue @@ -261,7 +261,7 @@ export default { }, createRoom(classId) { - this.showLoader = true; + // this.showLoader = true; var classId = { classId: classId, }; @@ -302,7 +302,6 @@ export default { } else alert("Jitsi Meet API script not loaded"); this_.startConference(); } - this.showLoader = false; }) .catch((err) => { this.showLoader = false; diff --git a/src/pages/Dashboard/dashboard.vue b/src/pages/Dashboard/dashboard.vue index 6143bf6..8741c5b 100644 --- a/src/pages/Dashboard/dashboard.vue +++ b/src/pages/Dashboard/dashboard.vue @@ -590,7 +590,7 @@ - +