CC-3174 : showbuilder

This commit is contained in:
Naomi Aro 2012-03-01 17:05:50 +01:00
parent 3bfbe036c7
commit 1c43edb40b
3 changed files with 31 additions and 1 deletions

View file

@ -183,6 +183,10 @@ var AIRTIME = (function(AIRTIME){
//save some info for reordering purposes.
$(nRow).data({"aData": aData});
if (aData.current === true) {
$(nRow).addClass("sb-now-playing");
}
if (aData.allowed !== true) {
$(nRow).addClass("sb-not-allowed");
}