diff options
author | Ruben Rodriguez <ruben@gnu.org> | 2019-04-29 21:32:14 +0000 |
---|---|---|
committer | Ruben Rodriguez <ruben@gnu.org> | 2019-04-29 21:32:14 +0000 |
commit | b4ab7ef958d7d3d0761650b1404bf286d05f26cd (patch) | |
tree | 5c5b7350ed08cc5d210efd1157759bc3a169e43e /html/display_panel/content/display-panel.html | |
parent | 0aacfa705e307286aa87861de5442785b1b51f65 (diff) | |
parent | f128d868d319c45222e451af75e3aa397b7f8144 (diff) |
Merge #39 `Add permanent reload button in the popup UI (in the "whole site" information line).`
Diffstat (limited to 'html/display_panel/content/display-panel.html')
-rw-r--r-- | html/display_panel/content/display-panel.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/html/display_panel/content/display-panel.html b/html/display_panel/content/display-panel.html index 2e705ab..7d1fdf5 100644 --- a/html/display_panel/content/display-panel.html +++ b/html/display_panel/content/display-panel.html @@ -65,12 +65,13 @@ <button class="whitelist" name="*">Whitelist</button> <button class="blacklist" name="*">Blacklist</button> <button class="forget" name="*">Forget</button> + <button id="reload" class="reload">Reload</button> </div> </div> <div id="unknown" class="unknown-js"> <h2></h2> <p id="must-reload"> - LibreJS will decide whether blocking these scripts next time this page is loaded. <button id="reload">Reload it now</button> + LibreJS will decide whether blocking these scripts next time this page is loaded. <button class="reload" id="reload-now">Reload it now</button> </p> <ul> <li id="li-template"> |