From 4bdc9664b4bcb244a2e6d1e6d992dbdd08e04c65 Mon Sep 17 00:00:00 2001 From: nikita Date: Wed, 29 Aug 2018 12:02:00 +0530 Subject: [PATCH] Manulally merged Bug#33895 into Develop --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js | 6 +++--- 400-SOURCECODE/AIAHTML5.Web/app/widget/MainMenu.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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 @@ -- libgit2 0.21.4