mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(listeners) rm " "
This commit is contained in:
parent
043aadcb2c
commit
7a23dbfb30
1 changed files with 2 additions and 2 deletions
|
|
@ -153,7 +153,7 @@ var Util, DOM, CloudFunc, CloudCmd;
|
|||
}
|
||||
|
||||
function onClick(event) {
|
||||
var ctrl = event.ctrlKey;
|
||||
var ctrl = event.ctrlKey;
|
||||
|
||||
if (!ctrl)
|
||||
event.preventDefault();
|
||||
|
|
@ -162,7 +162,7 @@ var Util, DOM, CloudFunc, CloudCmd;
|
|||
}
|
||||
|
||||
function toggleSelect(key, files) {
|
||||
var isMac = /Mac/.test(window.navigator.platform);
|
||||
var isMac = /Mac/.test(window.navigator.platform);
|
||||
|
||||
if (!key)
|
||||
throw Error('key should not be undefined!');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue