Clear action in case there's another one, prevents doubling

This commit is contained in:
Nathan Gray 2011-05-17 19:13:55 +00:00
parent 3ee6fba705
commit c93de715bc

View File

@ -173,6 +173,9 @@ function nm_action(_action, _senders)
{
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;
}
}