mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-11 19:00:00 +01:00
The histogram module values are "true" and "false". jQuery would coerce them to Boolean true and false instead of String "true" and "false" which would result in empty value being displayed. Resolves #1295