mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-29 02:30:28 +00:00
added ctrl-s handler to codemirror editor
This commit is contained in:
parent
ebf30a0e31
commit
d9aa10f53d
2 changed files with 6 additions and 3 deletions
|
|
@ -90,7 +90,7 @@
|
|||
|
||||
if( Util.isContainStr(lCmd, 'fs') ){
|
||||
pParams.request.url = '/' + lCmd + '?json';
|
||||
lResult = onFS({
|
||||
onFS({
|
||||
request : pParams.request,
|
||||
response: pParams.response,
|
||||
method : lMethod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue