mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(cloudcmd) add " "
This commit is contained in:
parent
15b2a62217
commit
8b7080cc4d
6 changed files with 13 additions and 10 deletions
|
|
@ -1128,7 +1128,7 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog;
|
|||
if (!Title)
|
||||
Title = DOM.getByTag('title')[0] ||
|
||||
DOM.load({
|
||||
name :'title',
|
||||
name : 'title',
|
||||
innerHTML : name,
|
||||
parentElement : document.head
|
||||
});
|
||||
|
|
@ -1755,7 +1755,10 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog;
|
|||
files = current.parentElement,
|
||||
panel = files.parentElement,
|
||||
|
||||
panelPassive = Cmd.getPanel({active:false}),
|
||||
panelPassive = Cmd.getPanel({
|
||||
active: false
|
||||
}),
|
||||
|
||||
filesPassive = DOM.getFiles(panelPassive),
|
||||
|
||||
name = Cmd.getCurrentName(current);
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ var CloudCmd, Util, DOM;
|
|||
TRA : 192, /* Typewritten Reverse Apostrophe (`) */
|
||||
BACKSLASH : 220,
|
||||
|
||||
BRACKET_CLOSE :221
|
||||
BRACKET_CLOSE: 221
|
||||
};
|
||||
|
||||
KeyProto.prototype = KEY;
|
||||
|
|
|
|||
|
|
@ -333,7 +333,7 @@ var Util, DOM, CloudFunc, CloudCmd;
|
|||
|
||||
function online() {
|
||||
var cssSet = DOM.load.style.bind(null, {
|
||||
id :'local-droids-font',
|
||||
id : 'local-droids-font',
|
||||
element : document.head,
|
||||
inner : '@font-face {font-family: "Droid Sans Mono";' +
|
||||
'font-style: normal;font-weight: normal;' +
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ var Util, DOM;
|
|||
Notification = window.Notification;
|
||||
|
||||
Events.add({
|
||||
'blur' :function() {
|
||||
'blur': function() {
|
||||
Show = true;
|
||||
},
|
||||
'focus': function() {
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ var CloudCmd, Util, DOM, filepicker;
|
|||
|
||||
DOM.load.ajax({
|
||||
url : fpFile.url,
|
||||
responseType :'arraybuffer',
|
||||
responseType : 'arraybuffer',
|
||||
success : function(data) {
|
||||
Util.exec(callback, fpFile.filename, data);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -277,10 +277,10 @@ var CloudCmd, Util, DOM, CloudFunc, $;
|
|||
DOM.load.css(prefix + '/css/view.css', callback);
|
||||
|
||||
DOM.load.style({
|
||||
id:'view-css',
|
||||
inner : '#fancybox-loading {' +
|
||||
'display: none' +
|
||||
'}'
|
||||
id : 'view-css',
|
||||
inner : '#fancybox-loading {' +
|
||||
'display: none' +
|
||||
'}'
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue