mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Made the episode request better
This commit is contained in:
parent
87f343ef06
commit
f0c538ca64
2 changed files with 15 additions and 9 deletions
3
PlexRequests.UI/Content/search.js
vendored
3
PlexRequests.UI/Content/search.js
vendored
|
@ -576,10 +576,11 @@ $(function () {
|
|||
// Save Modal click
|
||||
$("#episodesRequest").click(function (e) {
|
||||
e.preventDefault();
|
||||
|
||||
loadingButton("episodesRequest", "primary");
|
||||
var origHtml = $('#episodesRequest').html();
|
||||
var tvId = $('#selectedEpisodeId').val();
|
||||
|
||||
loadingButton("episodesRequest", "primary");
|
||||
|
||||
var $form = $('#form' + tvId);
|
||||
var model = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue