diff options
| author | fisharebest <fisharebest@gmail.com> | 2012-12-06 07:38:27 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2012-12-06 07:38:27 +0000 |
| commit | a7afc3701e84f2950c0d77f8c04681974c325863 (patch) | |
| tree | b8c0bf9a2a8934dffa353fb46c8fa79121cfa713 /admin_site_access.php | |
| parent | 515d948fd722becbdffc248ded1e9f9223865f28 (diff) | |
| download | webtrees-a7afc3701e84f2950c0d77f8c04681974c325863.tar.gz webtrees-a7afc3701e84f2950c0d77f8c04681974c325863.tar.bz2 webtrees-a7afc3701e84f2950c0d77f8c04681974c325863.zip | |
Site access rules - remember the datatables state between calls
Diffstat (limited to 'admin_site_access.php')
| -rw-r--r-- | admin_site_access.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/admin_site_access.php b/admin_site_access.php index 82244a5d30..e3a20a6e56 100644 --- a/admin_site_access.php +++ b/admin_site_access.php @@ -213,6 +213,8 @@ $controller "bAutoWidth":false, "bProcessing": true, "sPaginationType": "full_numbers", + "bStateSave": true, + "iCookieDuration": 180, "aoColumns": [ /* 0 ip_address_start */ {"iDataSort": 1, "sClass": "ip_address"}, /* 1 ip_address_start (sort) */ {"sType": "numeric", "bVisible": false}, @@ -241,6 +243,8 @@ $controller "bJQueryUI": true, "bAutoWidth":false, "bProcessing": true, + "bStateSave": true, + "iCookieDuration": 180, "sPaginationType": "full_numbers", "aoColumns": [ /* 0 ip_address */ {"iDataSort": 1, "sClass": "ip_address"}, |
