Commit 485b9b1ffee8b93caf71549eb71461002abf8ff0
1 parent
e776276b
this is for bug 16726 it was not commit properly
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/index.html
... | ... | @@ -263,7 +263,7 @@ |
263 | 263 | <h5 class="modal-title" id="exampleModalLabel">Enter your email id to recover Password</h5> |
264 | 264 | </div> |
265 | 265 | <div class="modal-body"> |
266 | - <form> | |
266 | + <form id="forgetPwdForm"> | |
267 | 267 | <div class="form-group"> |
268 | 268 | <div class="input-group"> |
269 | 269 | <span class="input-group-addon"><i class="fa fa-envelope"></i></span> | ... | ... |