mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
Reset user settings form before validation.
This commit is contained in:
parent
b834869fd3
commit
17f99883c0
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@
|
|||
* @return {Boolean} Returns the validation result.
|
||||
*/
|
||||
UserSettings.prototype.validate = function () {
|
||||
$('#user .has-error').removeClass('has-error');
|
||||
$('#current-user .has-error').removeClass('has-error');
|
||||
|
||||
try {
|
||||
// Validate required fields.
|
||||
|
|
Loading…
Reference in a new issue