mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
minor changes
This commit is contained in:
parent
02bc37cc26
commit
ef1a9b48e0
1 changed files with 4 additions and 0 deletions
|
|
@ -10,6 +10,10 @@ var CloudCommander;
|
|||
|
||||
Config.Show = (function(){
|
||||
console.log('config showed');
|
||||
|
||||
var lFancyBox = cloudcmd.Viewer.FancyBox;
|
||||
lFancyBox.loadData({hreef: 'htlm/config.html'},
|
||||
lFancyBox.onDataLoaded);
|
||||
});
|
||||
|
||||
Config.Keys = function(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue