Reintroduce checkboxes

This commit is contained in:
Duncan Sommerville 2015-08-05 18:14:56 -04:00
parent 36f2e1844f
commit 4cbc49391b
5 changed files with 61 additions and 8 deletions

View file

@ -116,6 +116,7 @@ var AIRTIME = (function(AIRTIME){
if (tab.hasClass("pl-content")) {
AIRTIME.playlist.setAsActive();
}
AIRTIME.playlist.onResize();
};