Commit 3cf8a2a386572639e3bb4b8fb690cf814728563b

Authored by Utkarsh Singh
1 parent 5e70cfea

Committing updated file

400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
@@ -275,6 +275,10 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic @@ -275,6 +275,10 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
275 for (var module = 1; module <= allModules.length; module++) { 275 for (var module = 1; module <= allModules.length; module++) {
276 $('#moduleDiv' + module).hide(); 276 $('#moduleDiv' + module).hide();
277 } 277 }
  278 + if (('#moduleDiv1017').length > 0) {
  279 + $('#moduleDiv1017').hide();
  280 + }
  281 +
278 for (var count = 0; count < userModules.length; count++) { 282 for (var count = 0; count < userModules.length; count++) {
279 for (var module = 0; module < allModules.length; module++) { 283 for (var module = 0; module < allModules.length; module++) {
280 if (userModules[count].id == allModules[module].Id) { 284 if (userModules[count].id == allModules[module].Id) {