diff options
author | NateN1222 <nathannichols454@gmail.com> | 2018-03-17 09:37:44 -0500 |
---|---|---|
committer | NateN1222 <nathannichols454@gmail.com> | 2018-03-17 09:37:44 -0500 |
commit | 6816edd1aab136a3bc806489ab7ed317f38be552 (patch) | |
tree | c9c7ccf4631d34b72b09314b03c80a943efadd2a /html | |
parent | f843ea86950b66fcad46d168832d087cfbc43e38 (diff) |
Moved data to seperate files
Diffstat (limited to 'html')
-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); |