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

This commit is contained in:
lpsolit%gmail.com 2005-11-04 09:55:19 +00:00
Родитель b14632e551
Коммит 2297568d7e
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -32,7 +32,6 @@
} else {
text_elem.parentNode.className='';
}
document.refresh();
}
//-->
</script>