diff options
Diffstat (limited to 'proto.js')
-rw-r--r-- | proto.js | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -217,6 +217,10 @@ try { var txt = document.createTextNode(value); txtdiv.appendChild(txt); } + if(name == "colour") { + var txtdiv = document.getElementById(createId(observeid, id) + "_txt"); + txtdiv.style.color = value; + } } f++; } |