Merge branch 'master' of bitbucket.org:colosa/processmaker into CONSOLIDATED
This commit is contained in:
@@ -49,7 +49,8 @@ $(window).load(function () {
|
||||
var form = document.getElementsByTagName("form")[0];
|
||||
form.action = filePost ? filePost : "cases_SaveData?UID=" + dyn_uid + "&APP_UID=" + app_uid;
|
||||
form.method = "post";
|
||||
form.enctype = "multipart/form-data";
|
||||
//form.enctype = "multipart/form-data";
|
||||
form.setAttribute("encType","multipart/form-data");
|
||||
form.appendChild(dyn_content_history);
|
||||
form.appendChild(dynaformname);
|
||||
form.appendChild(appuid);
|
||||
|
||||
@@ -2239,7 +2239,10 @@ var processmap=function(){
|
||||
/*
|
||||
* Aca se definen TASK inicio y TASK a la que se deriva.
|
||||
*/
|
||||
event = event || window.event;
|
||||
//In IE the event is undefined or 0
|
||||
if(event === 0 || typeof(event) === 'undefined'){
|
||||
event = window.event;
|
||||
}
|
||||
|
||||
if (event)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user