From: lpsolit%gmail.com <> Date: Fri, 4 Nov 2005 17:55:19 +0000 (+0000) Subject: Bug 314548: "Error : document.refresh is not a function" appears in the JS console... X-Git-Tag: bugzilla-2.22rc1~171 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db3cbc0ba0da10fb854277a01b4422ae10ef1bca;p=thirdparty%2Fbugzilla.git Bug 314548: "Error : document.refresh is not a function" appears in the JS console when (un)checking the "Private" checkbox in show_bug.cgi - Patch by André Batosti r=joel a=justdave --- diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl index 163f3408df..79e5636fca 100644 --- a/template/en/default/bug/comments.html.tmpl +++ b/template/en/default/bug/comments.html.tmpl @@ -32,7 +32,6 @@ } else { text_elem.parentNode.className=''; } - document.refresh(); } //-->