Commit 139e5803c46cb71b67d3e8427ad34a753b6ebf46

Authored by Mukul Rajput
1 parent ff7cbbe0

this is bug for 17180

400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... ... @@ -273,13 +273,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
273 273 }
274 274 };
275 275  
276   - $rootScope.closeResetPasswordPopup = function () {
277   - $("#passwordReset").fadeOut();
278   - $("#passwordReset").modal('hide');
279   - $location.url("/");
280   - $rootScope.isVisibleResetPass = false;
281   - $rootScope.isVisibleLogin = true;
282   - }
  276 +
283 277  
284 278  
285 279 function validateEmail(email) {
... ...
400-SOURCECODE/AIAHTML5.Web/index.html
... ... @@ -1136,7 +1136,6 @@
1136 1136 <tr>
1137 1137 <td>
1138 1138 <button type="submit" ng-click="ResetUserPassword(userInfo)" ng-submit="submitForm(resetPwdForm.$valid)" style="background: #0072a7; border: 1px solid #005076; cursor: pointer; color: #fff; padding: 5px 10px; font-size: 16px; text-transform: uppercase; text-align: center; text-decoration: none; font-family: gotham, 'Helvetica Neue', helvetica, arial, sans-serif; " id="btnUpdatePassword">Submit</button>
1139   - <button type="submit" id="close-resetPasswordForm" ng-click="closeResetPasswordPopup()" style="color:#423030; background:#666; border:1px solid #999; cursor:pointer; color:#fff; padding:5px 10px; font-size:16px; text-transform:uppercase; text-align:center; text-decoration:none; font-family:Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif" data-dismiss="modal">Close</button>
1140 1139 </td>
1141 1140 </tr>
1142 1141 </tbody>
... ...