mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-05 15:59:45 +00:00
fix bug 14247
This commit is contained in:
parent
b1b8bfd489
commit
08b1c1e5ba
@ -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");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user