mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 01:43:47 +01:00
Hide exec_id field too
This commit is contained in:
parent
ceb691f3a3
commit
03dfd56d3e
@ -322,6 +322,7 @@ etemplate2.prototype.postSubmit = function()
|
||||
|
||||
var etemplate_id = jQuery(document.createElement("input"))
|
||||
.attr("name",'etemplate_exec_id')
|
||||
.attr("type",'hidden')
|
||||
.val(this.etemplate_exec_id)
|
||||
.appendTo(form);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user