Mercurial > code > home > repos > homeauto
changeset 151:4de6c7e5e959
clean up html
Ignore-this: c0676b7b3352a586bf6cfc65b27b987e
author | drewp@bigasterisk.com |
---|---|
date | Sat, 12 Jul 2014 23:15:35 -0700 |
parents | 87e5c55c4c59 |
children | 2a38f2620e5b |
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>