forked from extern/egroupware
remove old form button stuff, as it get triggered again now that et2_container is a form
This commit is contained in:
parent
646db1aa09
commit
5a13ccbbfc
@ -463,11 +463,7 @@ function nm_open_popup(_action, _selected)
|
|||||||
*/
|
*/
|
||||||
function nm_submit_popup(button)
|
function nm_submit_popup(button)
|
||||||
{
|
{
|
||||||
if(button.form)
|
if (nm_popup_action.data.nextmatch)
|
||||||
{
|
|
||||||
button.form.submit_button.value = button.name; // set name of button (sub-action)
|
|
||||||
}
|
|
||||||
else if (nm_popup_action.data.nextmatch)
|
|
||||||
{
|
{
|
||||||
// Find the associated widget
|
// Find the associated widget
|
||||||
var widget_id = $j(button).attr("id").replace(nm_popup_action.data.nextmatch.getInstanceManager().uniqueId+'_', '');
|
var widget_id = $j(button).attr("id").replace(nm_popup_action.data.nextmatch.getInstanceManager().uniqueId+'_', '');
|
||||||
|
Loading…
Reference in New Issue
Block a user