mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-25 15:29:17 +01:00
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
|
else
|
||||||
{
|
{
|
||||||
// Full POST
|
nextmatch.getInstanceManager().submit();
|
||||||
nextmatch.getInstanceManager().postSubmit();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
@ -122,6 +122,7 @@ etemplate2.prototype.clear = function()
|
|||||||
this.widgetContainer.free();
|
this.widgetContainer.free();
|
||||||
this.widgetContainer = null;
|
this.widgetContainer = null;
|
||||||
}
|
}
|
||||||
|
$j(this.DOMContainer).empty();
|
||||||
|
|
||||||
// Remove self from the index
|
// Remove self from the index
|
||||||
for(name in this.templates)
|
for(name in this.templates)
|
||||||
|
Loading…
Reference in New Issue
Block a user