We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24ace5c commit 8771c68Copy full SHA for 8771c68
1 file changed
utils/editors/html/auto-save/v2.0/auto-save-v2.0.html
@@ -206,7 +206,7 @@
206
207
208
timer.onclick = function(){
209
- debug('savetimer.click');
+ debug('timer.click');
210
clearTimeout(timer.timer);
211
212
if(timer.chk.checked){
@@ -225,7 +225,7 @@
225
if(!autosave.checked){
226
return;
227
}
228
- debug('savetimer',value);
+ debug('timer',value);
229
save();
230
231
0 commit comments