mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 21:51:14 -07:00
Disable datatables caching
This commit is contained in:
parent
55eb79cb52
commit
bee543a25a
7 changed files with 7 additions and 7 deletions
|
@ -5,7 +5,7 @@ var log_table_options = {
|
|||
"pagingType": "bootstrap",
|
||||
"order": [ 0, 'desc'],
|
||||
"pageLength": 50,
|
||||
"stateSave": true,
|
||||
"stateSave": false,
|
||||
"language": {
|
||||
"search":"Search: ",
|
||||
"lengthMenu":"Show _MENU_ lines per page",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue