mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Default to localStorage for bootstap table cookies
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
802fcbafa0
commit
36f460d32b
|
@ -172,7 +172,7 @@ return [
|
||||||
| More info: https://bootstrap-table.com/docs/extensions/cookie/#cookiestorage
|
| More info: https://bootstrap-table.com/docs/extensions/cookie/#cookiestorage
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'bs_table_storage' => env('BS_TABLE_STORAGE', 'cookieStorage'),
|
'bs_table_storage' => env('BS_TABLE_STORAGE', 'localStorage'),
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue