mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
small changes
This commit is contained in:
parent
3b0b0c521e
commit
f2819664e7
4 changed files with 5 additions and 3 deletions
|
@ -43,7 +43,9 @@ $(document).on("click", ".dropdownTv", function (e) {
|
|||
|
||||
// Click Request for movie
|
||||
$(document).on("click", ".requestMovie", function (e) {
|
||||
$(".requestMovie").prop("disabled", true);
|
||||
e.preventDefault();
|
||||
|
||||
var buttonId = e.target.id;
|
||||
var $form = $('#form' + buttonId);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue