From 904e99c658e647a1c9acbb80a1f54c593a57bf61 Mon Sep 17 00:00:00 2001 From: elijah Date: Fri, 24 Feb 2017 20:30:55 -0800 Subject: [feature] Update bitmask.js to use authtoken --- ui/app/components/debug_panel.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/app/components/debug_panel.js') 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) } -- cgit v1.2.3