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

- fixed
This commit is contained in:
James 2011-11-07 13:16:50 -05:00
parent 9448728d63
commit eca76dc2f0
1 changed files with 2 additions and 0 deletions
airtime_mvc/public/js/airtime/preferences

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();
});