bofh69 / AiLight

This fork of AiLight sets the lamp's colour from a weather station.
Other
0 stars 0 forks source link

Web interface does not work with Safari on a mac #13

Closed duelago closed 6 years ago

duelago commented 6 years ago

Buggy.

bofh69 commented 6 years ago

Does nothing work at all? Does the javascript console say anything? Do you know if AiLight works?

duelago commented 6 years ago

No links are working. Can't toggle to the settings page or turn on/off the lamp from Safari. Works perfect in Chrome.

I see this error message in the javascript console: [Error] SyntaxError: Can't create duplicate variable that shadows a global property: 'colour_lamp' (anonymous function)

bofh69 commented 6 years ago

Seems global variables and html elements can not have the same name in Safari. I've fixed it, but then input[type=color] isn't supported in Safari 11 (at least). I'll try to fix that too before comiting.

bofh69 commented 6 years ago

It works now.