Template:Peking2012 Color Modeling
From 2012.igem.org
(Difference between revisions)
m |
m |
||
Line 130: | Line 130: | ||
function listReset() | function listReset() | ||
{ | { | ||
- | if (sublists_Cur!=sublists_Now) {subLhand_Return = setTimeout(listReturn, | + | if (sublists_Cur!=sublists_Now) {subLhand_Return = setTimeout(listReturn,1000);} |
else {subLhand_Return = null;} | else {subLhand_Return = null;} | ||
} | } | ||
+ | /*DEBUG*/ | ||
+ | listTrigger(sublists_Now); | ||
+ | function Cout() | ||
+ | { | ||
+ | document.getElementById('console').innerHTML=sublists_Cur+' '+sublists_Now+' '+subLhand_Growth+' '+subLhand_Return+' '+subLhand_Wither[0]+' '+subLhand_Wither[1]+' '+subLhand_Wither[2]; | ||
+ | } | ||
+ | setInterval(Cout,100); | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 09:45, 14 September 2012