Team:Groningen/create desc
From 2010.igem.org
(Difference between revisions)
Line 14: | Line 14: | ||
} | } | ||
txt += "Ribosome transit rate: "+document.inv.ribinv.value+"<br>Polymerase transit rate:"+document.inv.polyinv.value+"<br>" | txt += "Ribosome transit rate: "+document.inv.ribinv.value+"<br>Polymerase transit rate:"+document.inv.polyinv.value+"<br>" | ||
- | return txt; | + | |
+ | if (document.inv.components.value != "") { | ||
+ | txt += "Composed with "+documents.inv.components.value+"<br>; | ||
+ | } | ||
+ | return txt+"<br>"; | ||
} | } | ||
Revision as of 22:11, 26 October 2010