From f4f172340634a2e0892942336e7c986e9040cfc1 Mon Sep 17 00:00:00 2001 From: hackademix Date: Tue, 31 Jul 2018 18:15:06 +0200 Subject: Temporarily display back hidden old UI elements to demonstrate whitelisting/backlisting bug fixes. --- html/display_panel/content/main_panel.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'html/display_panel/content/main_panel.js') diff --git a/html/display_panel/content/main_panel.js b/html/display_panel/content/main_panel.js index edbd909..8622493 100644 --- a/html/display_panel/content/main_panel.js +++ b/html/display_panel/content/main_panel.js @@ -3,6 +3,7 @@ * * * Copyright (C) 2017, 2018 NateN1222 * Copyright (C) 2018 Ruben Rodriguez + * Copyright (C) 2018 Giorgio Maone * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -19,8 +20,6 @@ * */ -//TODO: there is a known bug involving "forget preference" not working correctly. - /** * * Sets global variable "webex" to either "chrome" or "browser" for @@ -91,9 +90,9 @@ function new_debug_button(name_text,callback){ */ function write_elements(data,name,color){ var url = data["url"]; - var button_html = '
'; - var button_html_2 = '
'; - var button_html_3 = '
'; + var button_html = '
'; + var button_html_2 = '
'; + var button_html_3 = '
'; var heading = document.getElementById(name).getElementsByTagName("h2")[0]; var list = document.getElementById(name).getElementsByTagName("ul")[0]; if(typeof(data[name]) == "undefined" || data[name].length == 0){ -- cgit v1.2.3