moonfire-nvr/ui-src/lib
Scott Lamb 1fe5ef8e94 fix #79: errors when "infinite" selected on load
I've never seen this happen in Chrome; each load/reload starts fresh,
so infinite is never selected. But on Firefox it seems to remember the
setting across reloads, triggering this bug.

This bug was introduced in 58152e8: it started parsing/normalizing the
HTML form into a Javascript field on change. It didn't handle the
initial load properly. Prior to that commit, fetch() simply read
directly from the HTML form, so it didn't care about initial vs update.
2020-06-08 10:36:01 -07:00
..
models fix incorrect Javascript private variable style 2020-03-14 15:20:18 -07:00
support fix incorrect Javascript private variable style 2020-03-14 15:20:18 -07:00
views fix #79: errors when "infinite" selected on load 2020-06-08 10:36:01 -07:00
MoonfireAPI.js overhaul HTTP serving and caching 2020-05-29 21:20:15 -07:00