fixed: Form CheckList Select All button now functions correctly
This commit is contained in:
parent
f64293e530
commit
48408ac5be
2 changed files with 3 additions and 1 deletions
3
www/extras/yui-webgui/build/form/form.js
vendored
3
www/extras/yui-webgui/build/form/form.js
vendored
|
|
@ -33,7 +33,8 @@ WebGUI.Form.toggleAllCheckboxesInForm
|
|||
// Change the state
|
||||
input.checked = state;
|
||||
// Run the appropriate scripts
|
||||
input.onchange();
|
||||
if ( input.onchange )
|
||||
input.onchange();
|
||||
}
|
||||
|
||||
// Update the saved state
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue