aboutsummaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorNateN1222 <nathannichols454@gmail.com>2018-03-17 09:37:44 -0500
committerNateN1222 <nathannichols454@gmail.com>2018-03-17 09:37:44 -0500
commit6816edd1aab136a3bc806489ab7ed317f38be552 (patch)
treec9c7ccf4631d34b72b09314b03c80a943efadd2a /html
parentf843ea86950b66fcad46d168832d087cfbc43e38 (diff)
Moved data to seperate files
Diffstat (limited to 'html')
-rw-r--r--html/display_panel/content/main_panel.js4
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);