aboutsummaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorNateN1222 <nathannichols454@gmail.com>2017-08-06 13:04:52 -0500
committerNateN1222 <nathannichols454@gmail.com>2017-08-06 13:04:52 -0500
commit54e50fc09ca1c37d61119cd01942c9fa9427b237 (patch)
tree4d0675ed63e630f317d1e54521943165177220dd /html
parent7f2aa2bf1e397644a8a986cb212094a80b2e6306 (diff)
Started contact finder, added a way to check if a domain is whitelisted in the settings
Diffstat (limited to 'html')
-rw-r--r--html/display_panel/content/main_panel.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/html/display_panel/content/main_panel.js b/html/display_panel/content/main_panel.js
index 8595b5a..19cad89 100644
--- a/html/display_panel/content/main_panel.js
+++ b/html/display_panel/content/main_panel.js
@@ -96,6 +96,7 @@ function write_elements(data,name,color){
var temp = current_blocked_data[name][parseInt(info.path[0].id.match(/\d/g)[1])];
console.log("Forget preferences for script " + temp[0]);
var script_name = this.parentElement.parentElement.parentElement.parentElement.id;
+ this.parentElement.parentElement.getElementsByTagName("b")[0].insertAdjacentHTML("beforebegin","<h3>Refresh the page to revaluate this script.</h3>");
myPort.postMessage({"forget": temp});
});
}