[fix] When reloading, current pane is kept

This commit is contained in:
Simon Vieille 2018-02-07 15:32:23 +01:00
parent 3011db2229
commit 5d0e3e70a9
No known key found for this signature in database
GPG key ID: 919533E2B946EA10

View file

@ -15,7 +15,7 @@ $(function() {
$(hash).show(); $(hash).show();
$('a[href="' + hash + '"]').addClass('active'); $('a[href="' + hash + '"]').addClass('active');
} else { } else {
$('#panel-keyboard').show(); $('#pane-keyboard').show();
$('#nav a').first().addClass('active'); $('#nav a').first().addClass('active');
} }