mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 17:04:16 +00:00
chore(client) add " "
This commit is contained in:
parent
1fc1de6df8
commit
9c0991e450
1 changed files with 5 additions and 5 deletions
|
|
@ -187,10 +187,10 @@ var Util, DOM, CloudFunc;
|
|||
}, function(callback) {
|
||||
loadModule({
|
||||
/* привязываем клавиши к функциям */
|
||||
path : 'key.js',
|
||||
func : callback
|
||||
});
|
||||
});
|
||||
path : 'key.js',
|
||||
func : callback
|
||||
});
|
||||
});
|
||||
|
||||
DOM.Files.get('modules', function(error, modules) {
|
||||
var storageObj, mod, path,
|
||||
|
|
@ -352,7 +352,7 @@ var Util, DOM, CloudFunc;
|
|||
name = DOM.getCurrentName(),
|
||||
i = panel.childNodes.length;
|
||||
|
||||
while(i--)
|
||||
while (i--)
|
||||
panel.removeChild(panel.lastChild);
|
||||
|
||||
panel.innerHTML = CloudFunc.buildFromJSON({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue