mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-07 03:45:42 +00:00
fix bug 14247
This commit is contained in:
parent
b1b8bfd489
commit
08b1c1e5ba
@ -198,9 +198,7 @@ function commonDialogOnLoad()
|
|||||||
|
|
||||||
function onCheckboxClick()
|
function onCheckboxClick()
|
||||||
{
|
{
|
||||||
|
param.SetInt( 1, 1 - param.GetInt( 1 ) );
|
||||||
var element = document.getElementById("checkbox" );
|
|
||||||
param.SetInt( 1, element.checked );
|
|
||||||
// dump("setting checkbox to "+ element.checked+"\n");
|
// dump("setting checkbox to "+ element.checked+"\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user