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 @@ -