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) {