Adding/Removing rootDirs will refresh UI properly.

This commit is contained in:
Mark McDowall 2011-12-08 23:07:37 -08:00
commit e306f0f817
2 changed files with 4 additions and 4 deletions

View file

@ -45,7 +45,7 @@ $(".addExistingButton").live('click', function () {
function reloadExistingSeries() {
$.get(existingSeriesUrl, function (data) {
$('#existingSeriesTab').html(data);
$('#existingSeries').html(data);
});
}