changeset 956:8d6e92564fe8

clean up html Ignore-this: c0676b7b3352a586bf6cfc65b27b987e darcs-hash:20140713061535-312f9-76749636756f91c75584a9d33e5683c74605307b
author drewp <drewp@bigasterisk.com>
date Sat, 12 Jul 2014 23:15:35 -0700
parents 3278465455fc
children 443aa07b81c8
files service/pilight/static/index.html
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/service/pilight/static/index.html	Sat Jul 12 23:01:14 2014 -0700
+++ b/service/pilight/static/index.html	Sat Jul 12 23:15:35 2014 -0700
@@ -69,8 +69,8 @@
 
     <polymer-element name="pilight-page" noscript>
       <template>
-        LED0 color:
-        <big-picker editable="true" hex="{{c1}}"></big-picker>
+        LED color:
+        <big-picker hex="{{c1}}"></big-picker>
         <led-output which="led" color="{{c1}}"></led-output>
       </template>
     </polymer-element>