mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-16 02:22:07 -05:00
remove tab cloak from save files
This commit is contained in:
parent
c1d63f31c4
commit
b90bd2cc4c
@ -2,7 +2,7 @@
|
||||
function getMainSave() {
|
||||
var mainSave = {};
|
||||
// List of items in localStorage that should not be saved
|
||||
var localStorageDontSave = ['tab'];
|
||||
var localStorageDontSave = ['tabicon', 'tabname'];
|
||||
|
||||
// Convert localStorage to an array of key-value pairs and remove the items that should not be saved
|
||||
localStorageSave = Object.entries(localStorage);
|
||||
|
Loading…
x
Reference in New Issue
Block a user