-now playing blue rows now slightly alternate in color.
This commit is contained in:
parent
6cf4310c24
commit
3ea9c9bc2d
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ function createDataGrid(){
|
|||
"aoColumns": columns,
|
||||
"fnRowCallback": function( nRow, aData, iDisplayIndex, iDisplayIndexFull ) {
|
||||
if (aData[aData.length-2] == "t")
|
||||
$(nRow).attr("class", "playing-list");
|
||||
$(nRow).addClass("playing-list");
|
||||
if (aData[0] == "c")
|
||||
$(nRow).attr("class", "playing-song");
|
||||
else if (aData[0] == "b")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue