diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index 4f15a9b..dfb4eb8 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -96,12 +96,13 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic var isOutlineOptionChecked = ""; $rootScope.forgotPwdModalShow = function () { - document.getElementById("forgetPwdForm").reset() + document.getElementById("forgetPwdForm").reset(); $("#forgotPwdModal").modal("show"); $(".modal-backdrop").css("opacity",".5"); } $rootScope.forgotUserModalShow=function() { + document.getElementById("forgetUSerIdForm").reset(); $("#forgotUserModal").modal("show"); $(".modal-backdrop").css("opacity", ".5"); diff --git a/400-SOURCECODE/AIAHTML5.Web/index.html b/400-SOURCECODE/AIAHTML5.Web/index.html index 69dafd1..a7de227 100644 --- a/400-SOURCECODE/AIAHTML5.Web/index.html +++ b/400-SOURCECODE/AIAHTML5.Web/index.html @@ -238,7 +238,7 @@