Use localstorage instead of Cookies to save tree state.

That way we dont need to include the cookie js lib and save some memory.
This commit is contained in:
Jan Böhmer 2019-09-20 14:04:06 +02:00
parent 7f6c9b614f
commit 10ec2adc66
3 changed files with 7 additions and 21 deletions

View file

@ -22,7 +22,6 @@
"@types/bootstrap-treeview": "^1.20.0",
"@types/jquery": "^3.3.29",
"@types/jquery.form": "^3.26.30",
"@types/js-cookie": "^2.2.1",
"bootbox": "^5.1.0",
"bootstrap-fileinput": "^5.0.1",
"bootstrap-select": "^1.13.8",
@ -32,7 +31,6 @@
"datatables.net-fixedheader-bs4": "^3.1.5",
"datatables.net-select-bs4": "^1.2.7",
"jquery-form": "^4.2.2",
"js-cookie": "^2.2.0",
"jszip": "^3.2.0",
"patternfly-bootstrap-treeview": "^2.1.8",
"pdfmake": "^0.1.53",