mirror of
https://github.com/pi-hole/web.git
synced 2025-12-20 10:48:26 +00:00
1119 Privacy - Query Page and Dom.storage
fix else Signed-off-by: Chris Miceli <chrismiceli@outlook.com>
This commit is contained in:
@@ -245,7 +245,7 @@ function stateLoadCallback(itemName) {
|
||||
var item = backupStorage[itemName];
|
||||
data = typeof item === "undefined" ? null : item;
|
||||
} else {
|
||||
localStorage.getItem(itemName);
|
||||
data = localStorage.getItem(itemName);
|
||||
}
|
||||
|
||||
// Return if not available
|
||||
|
||||
Reference in New Issue
Block a user