mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 09:53:20 +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"))
|
var etemplate_id = jQuery(document.createElement("input"))
|
||||||
.attr("name",'etemplate_exec_id')
|
.attr("name",'etemplate_exec_id')
|
||||||
|
.attr("type",'hidden')
|
||||||
.val(this.etemplate_exec_id)
|
.val(this.etemplate_exec_id)
|
||||||
.appendTo(form);
|
.appendTo(form);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user