From 65c11490b72920a0ee113fae189fe003d6c3b011 Mon Sep 17 00:00:00 2001 From: Utkarsh Singh Date: Fri, 21 Apr 2017 11:22:55 +0530 Subject: [PATCH] Committed code, refs: #17181, 17182 --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index 3e698f6..f497de3 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -68,7 +68,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic $rootScope.shapestyleFillBorderColor = "black"; $rootScope.shapestyleborderWidth = 2; $rootScope.shapestyleborderStyles = "solid"; - //$rootScope.errorMessage = ''; + //$rootScope.errorMessage = ''; // Commented initialization to retain message when coming to login after password reset success screen $rootScope.disableFileMenu = "disableFileMenu"; $rootScope.userInfo = { -- libgit2 0.21.4