Commit 3cf8a2a386572639e3bb4b8fb690cf814728563b
1 parent
5e70cfea
Committing updated file
Showing
1 changed file
with
4 additions
and
0 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... | ... | @@ -275,6 +275,10 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic |
275 | 275 | for (var module = 1; module <= allModules.length; module++) { |
276 | 276 | $('#moduleDiv' + module).hide(); |
277 | 277 | } |
278 | + if (('#moduleDiv1017').length > 0) { | |
279 | + $('#moduleDiv1017').hide(); | |
280 | + } | |
281 | + | |
278 | 282 | for (var count = 0; count < userModules.length; count++) { |
279 | 283 | for (var module = 0; module < allModules.length; module++) { |
280 | 284 | if (userModules[count].id == allModules[module].Id) { | ... | ... |