CC-2895: Manage Media Folder: Title disappears after adding watched
folder - fixed
This commit is contained in:
parent
7648c8e318
commit
7f2acb072b
|
@ -69,6 +69,7 @@ function setWatchedDirEvents() {
|
||||||
|
|
||||||
function(json) {
|
function(json) {
|
||||||
$("#watched-folder-section").empty();
|
$("#watched-folder-section").empty();
|
||||||
|
$("#watched-folder-section").append("<h2>Manage Media Folders</h2>");
|
||||||
$("#watched-folder-section").append(json.subform);
|
$("#watched-folder-section").append(json.subform);
|
||||||
setWatchedDirEvents();
|
setWatchedDirEvents();
|
||||||
});
|
});
|
||||||
|
@ -86,6 +87,7 @@ function setWatchedDirEvents() {
|
||||||
|
|
||||||
function(json) {
|
function(json) {
|
||||||
$("#watched-folder-section").empty();
|
$("#watched-folder-section").empty();
|
||||||
|
$("#watched-folder-section").append("<h2>Manage Media Folders</h2>");
|
||||||
$("#watched-folder-section").append(json.subform);
|
$("#watched-folder-section").append(json.subform);
|
||||||
setWatchedDirEvents();
|
setWatchedDirEvents();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue