CC-2895: Manage Media Folder: Title disappears after adding watched

folder

- fixed
This commit is contained in:
James 2011-10-03 17:35:43 -04:00
parent 7648c8e318
commit 7f2acb072b
1 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,7 @@ function setWatchedDirEvents() {
function(json) {
$("#watched-folder-section").empty();
$("#watched-folder-section").append("<h2>Manage Media Folders</h2>");
$("#watched-folder-section").append(json.subform);
setWatchedDirEvents();
});
@ -86,6 +87,7 @@ function setWatchedDirEvents() {
function(json) {
$("#watched-folder-section").empty();
$("#watched-folder-section").append("<h2>Manage Media Folders</h2>");
$("#watched-folder-section").append(json.subform);
setWatchedDirEvents();
});