mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
Fixed #934
This commit is contained in:
parent
7042365e0f
commit
18b12f1a97
3 changed files with 3 additions and 3 deletions
|
@ -83,7 +83,7 @@ $(function () {
|
|||
});
|
||||
|
||||
// Click TV dropdown option
|
||||
$(document).on("click", ".requestTv", function (e) {
|
||||
$(document).on("click", ".dropdownTv", function (e) {
|
||||
e.preventDefault();
|
||||
var buttonId = e.target.id;
|
||||
if ($("#" + buttonId).attr('disabled')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue