CC-2895: Manage Media Folder: Title disappears after adding watched folder
- fixed
This commit is contained in:
parent
9448728d63
commit
eca76dc2f0
|
@ -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