From 139e5803c46cb71b67d3e8427ad34a753b6ebf46 Mon Sep 17 00:00:00 2001 From: Mukul Date: Mon, 1 May 2017 12:16:19 +0530 Subject: [PATCH] this is bug for 17180 --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js | 8 +------- 400-SOURCECODE/AIAHTML5.Web/index.html | 1 - 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index 40c3f43..5f99d5d 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -273,13 +273,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic } }; - $rootScope.closeResetPasswordPopup = function () { - $("#passwordReset").fadeOut(); - $("#passwordReset").modal('hide'); - $location.url("/"); - $rootScope.isVisibleResetPass = false; - $rootScope.isVisibleLogin = true; - } + function validateEmail(email) { diff --git a/400-SOURCECODE/AIAHTML5.Web/index.html b/400-SOURCECODE/AIAHTML5.Web/index.html index 6d84f80..4f22ef2 100644 --- a/400-SOURCECODE/AIAHTML5.Web/index.html +++ b/400-SOURCECODE/AIAHTML5.Web/index.html @@ -1136,7 +1136,6 @@ - -- libgit2 0.21.4