fix bug 14247

This commit is contained in:
morse%netscape.com 1999-09-18 08:02:58 +00:00
parent b1b8bfd489
commit 08b1c1e5ba

View File

@ -198,9 +198,7 @@ function commonDialogOnLoad()
function onCheckboxClick()
{
var element = document.getElementById("checkbox" );
param.SetInt( 1, element.checked );
param.SetInt( 1, 1 - param.GetInt( 1 ) );
// dump("setting checkbox to "+ element.checked+"\n");
}