mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
fix(route) showKeysPanel
This commit is contained in:
parent
30ea708d09
commit
8868283895
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@
|
|||
panel = options.panel;
|
||||
|
||||
if (!config('showKeysPanel')) {
|
||||
keysPanel = '<div class="keyspanel';
|
||||
keysPanel = '<div id="js-keyspanel" class="keyspanel';
|
||||
data = data.replace(keysPanel + '"', keysPanel +' hidden"');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue