cleaner fix for bug 14247
git-svn-id: svn://10.0.0.236/trunk@48182 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
099f33886f
commit
959701d3d3
@ -198,7 +198,7 @@ function commonDialogOnLoad()
|
||||
|
||||
function onCheckboxClick()
|
||||
{
|
||||
param.SetInt( 1, 1 - param.GetInt( 1 ) );
|
||||
param.SetInt( 1, (param.GetInt( 1 ) ? 0 : 1 ));
|
||||
// dump("setting checkbox to "+ element.checked+"\n");
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user