Commit db3cbc0b authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 314548: "Error : document.refresh is not a function" appears in the JS…

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
parent 2b7568cb
...@@ -32,7 +32,6 @@ ...@@ -32,7 +32,6 @@
} else { } else {
text_elem.parentNode.className=''; text_elem.parentNode.className='';
} }
document.refresh();
} }
//--> //-->
</script> </script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment