Fix bug where library would sometimes reference wrong table
This commit is contained in:
parent
ca51dcf3ae
commit
a24565669b
2 changed files with 15 additions and 11 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue