mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 01:39:22 +02:00
Remove whitespaces
This commit is contained in:
parent
6aef5ecf4b
commit
152114b054
@ -79,7 +79,7 @@
|
|||||||
$('#account_error').html(data.error);
|
$('#account_error').html(data.error);
|
||||||
$('#account_indicator').attr('src', 'images/global/general/nok.gif');
|
$('#account_indicator').attr('src', 'images/global/general/nok.gif');
|
||||||
}
|
}
|
||||||
|
|
||||||
$('#account_indicator').show();
|
$('#account_indicator').show();
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
@ -127,7 +127,7 @@
|
|||||||
$('#email_error').html(data.error);
|
$('#email_error').html(data.error);
|
||||||
$('#email_indicator').attr('src', 'images/global/general/nok.gif');
|
$('#email_indicator').attr('src', 'images/global/general/nok.gif');
|
||||||
}
|
}
|
||||||
|
|
||||||
$('#email_indicator').show();
|
$('#email_indicator').show();
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
@ -188,7 +188,7 @@
|
|||||||
$('#password_indicator').attr('src', 'images/global/general/nok.gif');
|
$('#password_indicator').attr('src', 'images/global/general/nok.gif');
|
||||||
$('#password2_indicator').attr('src', 'images/global/general/nok.gif');
|
$('#password2_indicator').attr('src', 'images/global/general/nok.gif');
|
||||||
}
|
}
|
||||||
|
|
||||||
$('#password_indicator').show();
|
$('#password_indicator').show();
|
||||||
$('#password2_indicator').show();
|
$('#password2_indicator').show();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user