mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-10 16:08:34 +01:00
fixed not working confirmation, after whole-query was selected and deselected (can not insert false in hidden input)
This commit is contained in:
parent
bb0e8617b2
commit
a88288abd4
@ -169,7 +169,7 @@ function nm_action(_action, _senders)
|
|||||||
*/
|
*/
|
||||||
function nm_select_all(_action, _senders)
|
function nm_select_all(_action, _senders)
|
||||||
{
|
{
|
||||||
document.getElementById('exec[nm][select_all]').value = _action.checked ? _action.hint : false;
|
document.getElementById('exec[nm][select_all]').value = _action.checked ? _action.hint : null;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user