mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
Some small tweaks to improve the memory alloc
This commit is contained in:
parent
5d18877b49
commit
7f6c70d7b2
5 changed files with 147 additions and 150 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue