From db3cbc0ba0da10fb854277a01b4422ae10ef1bca Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 4 Nov 2005 17:55:19 +0000 Subject: 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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/bug/comments.html.tmpl | 1 - 1 file changed, 1 deletion(-) (limited to 'template') diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl index 163f3408d..79e5636fc 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(); } //--> -- cgit v1.2.3-24-g4f1b