forked from extern/egroupware
Clear action in case there's another one, prevents doubling
This commit is contained in:
parent
3ee6fba705
commit
c93de715bc
@ -173,6 +173,9 @@ function nm_action(_action, _senders)
|
|||||||
{
|
{
|
||||||
egw_actionManager.etemplate_form.submit();
|
egw_actionManager.etemplate_form.submit();
|
||||||
}
|
}
|
||||||
|
// Clear action in case there's another one
|
||||||
|
document.getElementById(egw_actionManager.etemplate_var_prefix+'[nm][nm_action]').value = null;
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user