From fcc7be34af88d97a51df8e31f783792ce6e286a0 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Thu, 5 Oct 2017 12:39:08 +0300 Subject: [PATCH] Bug 222834 - Fix warning --- js/bug.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/bug.js b/js/bug.js index a29bd7d62..14a67039e 100644 --- a/js/bug.js +++ b/js/bug.js @@ -282,7 +282,7 @@ function changeform_onsubmit() return false; } } - if (awt) + if (awt != 0) { var txt = document.getElementById('comment_textarea').value.trim(); if (txt === '')