mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
and again
This commit is contained in:
parent
d56341e24b
commit
825c0d8dd4
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ $(document).on("click", ".approve", function (e) {
|
||||||
var buttonId = e.target.id;
|
var buttonId = e.target.id;
|
||||||
var $form = $('#approve' + buttonId);
|
var $form = $('#approve' + buttonId);
|
||||||
|
|
||||||
if ($('#' + buttonId).text() === "Loading...") {
|
if ($('#' + buttonId).text() === " Loading...") {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue