diff --git a/js/cookie.js b/js/cookie.js index be376d07..e126e129 100644 --- a/js/cookie.js +++ b/js/cookie.js @@ -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);