CC-3215: When you click on Playlist Builder, for a brief instant you see the

library table headings with different columns

- fixed
This commit is contained in:
James 2011-12-20 15:00:20 -05:00
parent b4559753d7
commit ac50c279f7
1 changed files with 6 additions and 6 deletions

View File

@ -315,12 +315,12 @@ function createDataTable(data) {
"fnDrawCallback": dtDrawCallback,
"aoColumns": [
/* Id */ { "sName": "id", "bSearchable": false, "bVisible": false },
/* Title */ { "sName": "track_title" },
/* Creator */ { "sName": "artist_name" },
/* Album */ { "sName": "album_title" },
/* Genre */ { "sName": "genre" },
/* Length */ { "sName": "length" },
/* Type */ { "sName": "ftype", "bSearchable": false }
/* Title */ { "sTitle": "Title", "sName": "track_title" },
/* Creator */ { "sTitle": "Creator", "sName": "artist_name" },
/* Album */ { "sTitle": "Album", "sName": "album_title" },
/* Genre */ { "sTitle": "Genre", "sName": "genre" },
/* Length */ { "sTitle": "Length", "sName": "length" },
/* Type */ { "sTitle": "Type", "sName": "ftype", "bSearchable": false }
],
"aaSorting": [[2,'asc']],
"sPaginationType": "full_numbers",