mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-26 21:09:31 +00:00
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:
parent
7f6c9b614f
commit
10ec2adc66
3 changed files with 7 additions and 21 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue