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