Hide exec_id field too

This commit is contained in:
Nathan Gray 2012-05-22 20:16:33 +00:00
parent ceb691f3a3
commit 03dfd56d3e

View File

@ -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);