Fix bug where library would sometimes reference wrong table

This commit is contained in:
Duncan Sommerville 2015-09-24 15:55:37 -04:00
parent ca51dcf3ae
commit a24565669b
2 changed files with 15 additions and 11 deletions

View file

@ -151,6 +151,8 @@ AIRTIME = (function(AIRTIME) {
t = AIRTIME.library.libraryDataTable;
}
AIRTIME.library.setCurrentTable();
dashboardLink.find("a").attr("href", selected.attr("href"));
AIRTIME.library.selectNone();
$(".media_type_selector").each(function () {