forked from extern/egroupware
Change nextmatch actions to use ajax submit, not post
This commit is contained in:
parent
68b1178657
commit
8f91781933
@ -184,8 +184,7 @@ function nm_action(_action, _senders, _target, _ids)
|
||||
}
|
||||
else
|
||||
{
|
||||
// Full POST
|
||||
nextmatch.getInstanceManager().postSubmit();
|
||||
nextmatch.getInstanceManager().submit();
|
||||
}
|
||||
}
|
||||
else
|
||||
|
@ -122,6 +122,7 @@ etemplate2.prototype.clear = function()
|
||||
this.widgetContainer.free();
|
||||
this.widgetContainer = null;
|
||||
}
|
||||
$j(this.DOMContainer).empty();
|
||||
|
||||
// Remove self from the index
|
||||
for(name in this.templates)
|
||||
|
Loading…
Reference in New Issue
Block a user