mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 21:39:34 +02:00
Added jquery tab, accordion to autobind.
made add series page more awsome.
This commit is contained in:
@@ -14,7 +14,7 @@ var rootListUrl = '../AddSeries/RootList';
|
||||
$(".masterQualitySelector").live('change', function () {
|
||||
|
||||
var profileId = $(this).val();
|
||||
$("#existingSeries").find(".qualitySelector").each(function () {
|
||||
$("#existingSeriesTab").find(".qualitySelector").each(function () {
|
||||
$(this).val(profileId);
|
||||
});
|
||||
});
|
||||
@@ -45,7 +45,7 @@ $(".addExistingButton").live('click', function () {
|
||||
|
||||
function reloadExistingSeries() {
|
||||
$.get(existingSeriesUrl, function (data) {
|
||||
$('#existingSeries').html(data);
|
||||
$('#existingSeriesTab').html(data);
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user