CC-2411 : Interface for Music Folders Preferences

applying html/css changes to music folder preference page.
This commit is contained in:
Naomi Aro 2011-06-27 11:46:23 +02:00
parent c5ec6b5a53
commit 4a478117c6
6 changed files with 143 additions and 78 deletions

View file

@ -82,7 +82,9 @@ function setWatchedDirEvents() {
{format: "json", dir: folder},
function(json) {
row.remove();
$("#watched-folder-section").empty();
$("#watched-folder-section").append(json.subform);
setWatchedDirEvents();
});
});
}