diff options
Diffstat (limited to 'html/display_panel')
-rw-r--r-- | html/display_panel/content/main_panel.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/display_panel/content/main_panel.js b/html/display_panel/content/main_panel.js index 7b9617c..899f0d8 100644 --- a/html/display_panel/content/main_panel.js +++ b/html/display_panel/content/main_panel.js @@ -211,5 +211,5 @@ function delete_local_storage(){ myPort.postMessage({"deletelocalstorage":true}); } -new_debug_button("Print local storage",print_local_storage); -new_debug_button("Clear local storage",delete_local_storage); +//new_debug_button("Print local storage",print_local_storage); +//new_debug_button("Clear local storage",delete_local_storage); |