Update public.js

pull/387/head
midoks 2 years ago
parent 1030d1b923
commit fc3c7d334a
  1. 6
      route/static/app/public.js

@ -648,7 +648,11 @@ function onlineEditFile(k, f) {
"Ctrl-S": function() {
$("#textBody").text(t.getValue());
onlineEditFile(2, f)
}
},
"Cmd-S":function() {
$("#textBody").text(t.getValue());
onlineEditFile(2, f)
},
},
mode: d,
lineNumbers: true,

Loading…
Cancel
Save