I solved the issue PM-1939 pm-1940

This commit is contained in:
Paula V. Quispe
2015-03-24 17:41:18 -04:00
parent fa8b3bdd1e
commit 8759fcbd6c
3 changed files with 13 additions and 9 deletions

View File

@@ -2232,7 +2232,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)
{