mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
Adding/Removing rootDirs will refresh UI properly.
This commit is contained in:
@@ -45,7 +45,7 @@ $(".addExistingButton").live('click', function () {
|
|||||||
|
|
||||||
function reloadExistingSeries() {
|
function reloadExistingSeries() {
|
||||||
$.get(existingSeriesUrl, function (data) {
|
$.get(existingSeriesUrl, function (data) {
|
||||||
$('#existingSeriesTab').html(data);
|
$('#existingSeries').html(data);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -10,12 +10,12 @@ Add Series
|
|||||||
<div class="jquery-accordion">
|
<div class="jquery-accordion">
|
||||||
<h3>
|
<h3>
|
||||||
<a href="#">Add New Series</a></h3>
|
<a href="#">Add New Series</a></h3>
|
||||||
<div>
|
<div id="addNewSeries">
|
||||||
@{ Html.RenderAction("AddNew", "AddSeries"); }
|
@{ Html.RenderAction("AddNew", "AddSeries"); }
|
||||||
</div>
|
</div>
|
||||||
<h3>
|
<h3>
|
||||||
<a href="#">Add Series Already on Disk</a></h3>
|
<a href="#">Add Series Already on Disk</a></h3>
|
||||||
<div>
|
<div id="existingSeries">
|
||||||
@{ Html.RenderAction("ExistingSeries", "AddSeries"); }
|
@{ Html.RenderAction("ExistingSeries", "AddSeries"); }
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
Reference in New Issue
Block a user