From 3cf8a2a386572639e3bb4b8fb690cf814728563b Mon Sep 17 00:00:00 2001 From: Utkarsh Singh Date: Mon, 9 Oct 2017 11:36:32 +0530 Subject: [PATCH] Committing updated file --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index c8a30de..7bfdd8b 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -275,6 +275,10 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic for (var module = 1; module <= allModules.length; module++) { $('#moduleDiv' + module).hide(); } + if (('#moduleDiv1017').length > 0) { + $('#moduleDiv1017').hide(); + } + for (var count = 0; count < userModules.length; count++) { for (var module = 0; module < allModules.length; module++) { if (userModules[count].id == allModules[module].Id) { -- libgit2 0.21.4