summaryrefslogtreecommitdiff
path: root/ui/app/components/debug_panel.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/debug_panel.js')
-rw-r--r--ui/app/components/debug_panel.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/app/components/debug_panel.js b/ui/app/components/debug_panel.js
index 7515ba84..5ffd4051 100644
--- a/ui/app/components/debug_panel.js
+++ b/ui/app/components/debug_panel.js
@@ -10,11 +10,11 @@ class DebugPanel extends React.Component {
}
componentDidMount() {
- this.click(window.location.hash.replace('#', ''))
+ //this.click(window.location.hash.replace('#', ''))
}
click(panel_name) {
- window.location.hash = panel_name
+ //window.location.hash = panel_name
App.show(panel_name)
}