Reviewed by recharge in the process design

This commit is contained in:
Hector Cortez
2011-02-07 20:19:08 +00:00
parent abc0c7de1d
commit aaf9848281

View File

@@ -1212,9 +1212,14 @@ var processmap=function(){
height:13,
position:"absolute"
});
}
if(task.statusIcons){
}
/**
* Reviewed by recharge in the process design
*
*/
/*
if(task.statusIcons){
for(var i=0;i<task.statusIcons.length;i++){
//alert(task.statusIcons[i].icon);
var icon = document.createElement("img");
@@ -1235,7 +1240,8 @@ var processmap=function(){
b1.appendChild(icon);
}
}
}
*/
//clip: "rect(0,0,0,0)"
/*if (task.derivation.type==5) {
for(var it=0;it< db.task.length;it++)