Files
nairobi/app/assets/javascripts
Javi Martín 789476e6ab Synchronize percentage for new progress bars
According to the HTML specification:

> The default value is the minimum plus half the difference between the
> minimum and the maximum, unless the maximum is less than the minimum,
> in which case the default value is the minimum.

So for new progress bars, we had a numeric value of `nil` and a range
value of `50`, meaning the input fields weren't in sync.

Manually triggering the event on the progress, while not an ideal
solution (ideally we would be able to define `0` as default), sets the
value of the numeric field.
2019-01-18 14:17:53 +01:00
..
2018-09-26 12:34:16 +02:00
2018-07-12 10:17:24 -04:00
2017-09-06 14:12:32 +02:00
2018-03-07 17:17:04 +01:00
2015-09-09 20:32:38 +02:00
2015-09-09 20:32:38 +02:00