Fixed issue with seriesLookup boxes not autocompleting after adding or removing a rootDir.

This commit is contained in:
Mark McDowall 2011-11-23 23:11:13 -08:00
commit 1317b8fbef
2 changed files with 11 additions and 2 deletions

View file

@ -74,7 +74,7 @@ function refreshRoot() {
$('#rootDirs').html(data);
});
reloadAddNew();
reloadExistingSeries();
reloadExistingSeries();
}