From 6e2943c8f3befb0a560826e2d764dac1193bfdc1 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 10 Jan 2013 16:09:53 +0100 Subject: Missing attributes are now transmitted properly to the client. --- proto.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'proto.js') diff --git a/proto.js b/proto.js index b382a75..eb63afd 100644 --- a/proto.js +++ b/proto.js @@ -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++; } -- cgit v1.2.3