[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
1 changed files with 1 additions and 1 deletions

View File

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