mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 09:44:55 +02:00
Remove whitespaces
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user