TobKra96 / music_led_strip_control

Audio visualization for LED strips in real-time with web interface on a raspberry pi.
https://tobkra96.github.io/music_led_strip_control/
MIT License
298 stars 64 forks source link

Firefox cant change settings #18

Closed witalijx closed 4 years ago

witalijx commented 4 years ago

Can't change settings in Firefox, but Chrome works fine. Would be nice if fixed :)

TobKra96 commented 4 years ago

Hi, can confirm the issue. The submit button reloads the page before the ajax package was sent. Fixed by changing the type of the submit button to button. Thanks for reporting it. In the development, I always used Chrome :) . Have fun with the software.

Greeting Tobkra