diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index 8544086..a21f718 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -203,7 +203,10 @@ function ($rootScope, $scope, Modules, $log, $location, $timeout, DataService, A { if(loginStatus=='False') { - $rootScope.LogoutUserSession(); + $rootScope.LogoutUserSession(); + //remove after CB deployment + $("#upcomingAlertModal").modal('show'); + $(".modal-backdrop").css("opacity", ".5"); } else { @@ -221,6 +224,12 @@ function ($rootScope, $scope, Modules, $log, $location, $timeout, DataService, A }); } + else + { + //remove after CB deployment + $("#upcomingAlertModal").modal('show'); + $(".modal-backdrop").css("opacity", ".5"); + } var isRememberChecked = $rootScope.getLocalStorageValue('isRememberMeChecked'); diff --git a/400-SOURCECODE/AIAHTML5.Web/index.aspx b/400-SOURCECODE/AIAHTML5.Web/index.aspx index 052bc60..5bcc61d 100644 --- a/400-SOURCECODE/AIAHTML5.Web/index.aspx +++ b/400-SOURCECODE/AIAHTML5.Web/index.aspx @@ -1286,6 +1286,27 @@ + +
+