From 5d0e3e70a94c122621c989c8c6ab546d87c11d92 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 7 Feb 2018 15:32:23 +0100 Subject: [PATCH] [fix] When reloading, current pane is kept --- client/assets/js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/assets/js/main.js b/client/assets/js/main.js index 7394c4e..1caf2a6 100644 --- a/client/assets/js/main.js +++ b/client/assets/js/main.js @@ -15,7 +15,7 @@ $(function() { $(hash).show(); $('a[href="' + hash + '"]').addClass('active'); } else { - $('#panel-keyboard').show(); + $('#pane-keyboard').show(); $('#nav a').first().addClass('active'); }