diff --git a/HELP.md b/HELP.md index cc4978b3..f9c49858 100644 --- a/HELP.md +++ b/HELP.md @@ -153,7 +153,7 @@ All main configuration could be done via [config.json](json/config.json "Config" "online" : true, /* load js files from cdn or local path */ "cache" : true, /* add cache-control */ "logs" : false, /* logs or console ouput */ - "show_keys_panel" : true, /* show classic panel with buttons of keys */ + "showKeysPanel" : true, /* show classic panel with buttons of keys */ "server" : true, /* server mode or testing mode */ "socket" : true /* enable web sockets */ "port" : 8000, /* http port or null(default) */ diff --git a/cloudcmd.js b/cloudcmd.js index b0e5d0f6..d0e7c997 100644 --- a/cloudcmd.js +++ b/cloudcmd.js @@ -57,7 +57,7 @@ ' manifest="/cloudcmd.appcache"' ]); - if (!Config.show_keys_panel) { + if (!Config.showKeysPanel) { lKeysPanel = '