Reviewed by recharge in the process design
This commit is contained in:
@@ -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++)
|
||||
|
||||
Reference in New Issue
Block a user