mirror of
https://github.com/pi-hole/web.git
synced 2026-04-27 12:15:00 +01:00
Merge pull request #2026 from chrismiceli/issue/1119
1119 Privacy - Query Page and Dom.storage
This commit is contained in:
@@ -296,7 +296,7 @@ $(function () {
|
||||
}
|
||||
|
||||
$(row).addClass(blocked === true ? "blocked-row" : "allowed-row");
|
||||
if (localStorage.getItem("colorfulQueryLog_chkbox") === "true") {
|
||||
if (localStorage && localStorage.getItem("colorfulQueryLog_chkbox") === "true") {
|
||||
$(row).addClass(blocked === true ? "text-red" : "text-green");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user