Revert datatables save state to true

This commit is contained in:
JonnyWong16 2016-02-26 21:57:22 -08:00
parent 4100917016
commit d7ab066ff8
8 changed files with 8 additions and 8 deletions

View file

@ -5,7 +5,7 @@ var log_table_options = {
"pagingType": "bootstrap",
"order": [ 0, 'desc'],
"pageLength": 50,
"stateSave": false,
"stateSave": true,
"language": {
"search":"Search: ",
"lengthMenu":"Show _MENU_ lines per page",