mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
made the check actually work
This commit is contained in:
parent
3d2c787062
commit
d56341e24b
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 $form = $('#approve' + buttonId);
|
||||
|
||||
if ($('#' + buttonId).text === "Loading...") {
|
||||
if ($('#' + buttonId).text() === "Loading...") {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue