Skip to content

Commit 8771c68

Browse files
save file
1 parent 24ace5c commit 8771c68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206

207207

208208
timer.onclick = function(){
209-
debug('savetimer.click');
209+
debug('timer.click');
210210
clearTimeout(timer.timer);
211211

212212
if(timer.chk.checked){
@@ -225,7 +225,7 @@
225225
if(!autosave.checked){
226226
return;
227227
}
228-
debug('savetimer',value);
228+
debug('timer',value);
229229
save();
230230

231231
if(timer.chk.checked){

0 commit comments

Comments
 (0)