mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 04:38:28 +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];
|
var item = backupStorage[itemName];
|
||||||
data = typeof item === "undefined" ? null : item;
|
data = typeof item === "undefined" ? null : item;
|
||||||
} else {
|
} else {
|
||||||
localStorage.getItem(itemName);
|
data = localStorage.getItem(itemName);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Return if not available
|
// Return if not available
|
||||||
|
|||||||
Reference in New Issue
Block a user