Bug 222834 - Fix warning

beta
Vitaliy Filippov 2017-10-05 12:39:08 +03:00
parent 669b67215b
commit fcc7be34af
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ function changeform_onsubmit()
return false; return false;
} }
} }
if (awt) if (awt != 0)
{ {
var txt = document.getElementById('comment_textarea').value.trim(); var txt = document.getElementById('comment_textarea').value.trim();
if (txt === '') if (txt === '')