Reduced the Now Playing screen AJAX on load from 9 to 2.
This commit is contained in:
parent
095ca86b34
commit
b11e98ea24
4 changed files with 12 additions and 8 deletions
|
@ -530,12 +530,14 @@ var AIRTIME = (function(AIRTIME) {
|
|||
},
|
||||
"fnStateSave": function (oSettings, oData) {
|
||||
localStorage.setItem('datatables-library', JSON.stringify(oData));
|
||||
/*
|
||||
$.ajax({
|
||||
url: baseUrl+"usersettings/set-library-datatable",
|
||||
type: "POST",
|
||||
data: {settings : oData, format: "json"},
|
||||
dataType: "json"
|
||||
});
|
||||
*/
|
||||
|
||||
colReorderMap = oData.ColReorder;
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue