diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index 1f8bbe2..fbcde65 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -285,7 +285,7 @@ function ($rootScope, $scope, Modules, $log, $location, $timeout, DataService, A if (isCommingSoonModel == true) { - ShowAssignedModulesPopup(result.Modules); + // ShowAssignedModulesPopup(result.Modules); if (userInfo.rememberChk) { @@ -323,7 +323,7 @@ function ($rootScope, $scope, Modules, $log, $location, $timeout, DataService, A if (isCommingSoonModel == true) { - ShowAssignedModulesPopup(result.Modules); + // ShowAssignedModulesPopup(result.Modules); } //4. @@ -448,7 +448,7 @@ function ($rootScope, $scope, Modules, $log, $location, $timeout, DataService, A $rootScope.isVisibleLogin = false; $rootScope.userData = userInfo; $rootScope.userModules = userInfo.Modules; - ShowAssignedModulesPopup(userInfo.Modules);; + // ShowAssignedModulesPopup(userInfo.Modules);; } } } diff --git a/400-SOURCECODE/AIAHTML5.Web/app/widget/MainMenu.html b/400-SOURCECODE/AIAHTML5.Web/app/widget/MainMenu.html index f8f740f..8dadb58 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/widget/MainMenu.html +++ b/400-SOURCECODE/AIAHTML5.Web/app/widget/MainMenu.html @@ -26,7 +26,7 @@