diff options
author | lpsolit%gmail.com <> | 2005-11-04 18:55:19 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-11-04 18:55:19 +0100 |
commit | db3cbc0ba0da10fb854277a01b4422ae10ef1bca (patch) | |
tree | 928fe208edaf579a8a0ccab53ef54dcc8d6c76ef /template | |
parent | 2b7568cbae90b86fc2e91219ab6e083132d16762 (diff) | |
download | bugzilla-db3cbc0ba0da10fb854277a01b4422ae10ef1bca.tar.gz bugzilla-db3cbc0ba0da10fb854277a01b4422ae10ef1bca.tar.xz |
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 <batosti@async.com.br> r=joel a=justdave
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/bug/comments.html.tmpl | 1 |
1 files changed, 0 insertions, 1 deletions
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(); } //--> </script> |