Do not adjust remaining time on form submit

beta
Vitaliy Filippov 2018-05-23 14:10:06 +03:00
parent d538552033
commit f9545db73b
1 changed files with 0 additions and 1 deletions

View File

@ -297,7 +297,6 @@ function changeform_onsubmit()
}
wtInput.value = awt;
adjustRemainingTime();
window.checkCommentOnUnload = false;
return true;
}