CC-5128: Library -> Do not auto sort by scheduled

This commit is contained in:
denise 2013-05-10 16:17:30 -04:00
parent a9d0b53954
commit 27b79c2e91
1 changed files with 3 additions and 0 deletions

View File

@ -773,6 +773,9 @@ var AIRTIME = (function(AIRTIME) {
});
//sort by title, by default
oTable.fnSort( [ [5, 'asc'] ] );
setColumnFilter(oTable);
oTable.fnSetFilteringDelay(350);