Team:Groningen/create desc
From 2010.igem.org
(Difference between revisions)
Line 39: | Line 39: | ||
function physprop() { | function physprop() { | ||
var txt ="<b>Physical properties</b><br>"; | var txt ="<b>Physical properties</b><br>"; | ||
- | var eh = getOpsomming(document.inv.host) | + | var eh = getOpsomming(document.inv.host); |
if (document.inv.host1.value != "") { | if (document.inv.host1.value != "") { | ||
if (eh != "") { | if (eh != "") { | ||
eh += ", "+document.inv.host1.value; | eh += ", "+document.inv.host1.value; | ||
- | } else { eh= document.inv.host1.value; } | + | } else { |
+ | eh = document.inv.host1.value; | ||
+ | } | ||
} | } | ||
Line 49: | Line 51: | ||
return txt; | return txt; | ||
} | } | ||
+ | |||
function updateBPS() | function updateBPS() | ||
{ | { |
Revision as of 23:15, 26 October 2010