Some small tweaks to improve the memory alloc

This commit is contained in:
tidusjar 2016-08-04 21:53:19 +01:00
commit 7f6c70d7b2
5 changed files with 147 additions and 150 deletions

View file

@ -130,7 +130,6 @@
generateNotify(response.message, "success");
$('#spinner').attr("class", "fa fa-check");
$('#authToken').val(response.authToken);
} else {
generateNotify(response.message, "warning");
$('#spinner').attr("class", "fa fa-times");