Skip to content

Commit 3bbb9b3

Browse files
save file
1 parent 6e174eb commit 3bbb9b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

utils/editors/html/auto-save/v2.0/auto-save-v2.0.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@
9898

9999
$ = mod.rd(params,'$',$);
100100
menu = mod.rd(params,'menu',menu);
101-
save = mod.rd(params,'save',save);
102-
log = mod.rd(params,'log',log);
103101
keydown = mod.rd(params,'keydown',keydown);
102+
log = mod.rd(params,'log',log);
103+
save = mod.rd(params,'save',save);
104104

105105
}//initmod
106106

@@ -182,7 +182,7 @@
182182

183183

184184
function savemenu_kd(e){
185-
console.log(e.target);
185+
//console.log(e.target);
186186
if(e.target.nodeName=='INPUT'){
187187
return;
188188
}
@@ -192,7 +192,7 @@
192192

193193

194194
function savemenu_callback(type){
195-
console.log('savemenu_callback',arguments);
195+
//console.log('savemenu_callback',arguments);
196196
if(type=='show'){
197197
timer.time.focus();
198198
//$(savemenu,':scope>div:nth-of-type(2) input:not([type])').focus();

0 commit comments

Comments
 (0)