diff options
Diffstat (limited to 'ui/app/components/debug_panel.js')
-rw-r--r-- | ui/app/components/debug_panel.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/app/components/debug_panel.js b/ui/app/components/debug_panel.js index 7515ba8..5ffd405 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) } |