Merge branch 'master' of bitbucket.org:colosa/processmaker into CONSOLIDATED

This commit is contained in:
Brayan Pereyra
2015-03-25 16:24:09 -04:00
24 changed files with 1133 additions and 223 deletions

View File

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