mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
parent
b96087d089
commit
3d2c787062
11 changed files with 161 additions and 17 deletions
|
@ -60,7 +60,7 @@ $(document).on("click", ".dropdownTv", function (e) {
|
|||
$(document).on("click", ".requestMovie", function (e) {
|
||||
var buttonId = e.target.id;
|
||||
$("#" + buttonId).prop("disabled", true);
|
||||
|
||||
loadingButton(buttonId, "primary");
|
||||
e.preventDefault();
|
||||
|
||||
var $form = $('#form' + buttonId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue