moonfire-nvr/ui-src/lib
Scott Lamb 6f0c8c19de honor removing a time constraint
Looks like a bug got introduced with the great UI rewrite: when you add
a (start or end) time constraint, then remove one, the change wouldn't
be reflected. Within CalendarTSRange, it used null to mean to keep a
value, and || to check if it was null. These meant empty strings turned
into the existing value, instead of no constraint as they should be.
This was unnecessarily clever; stop doing that.

Also keep the console logging in the deployed config; it's harmless and
eases debugging.
2019-02-19 13:42:26 -08:00
..
models honor removing a time constraint 2019-02-19 13:42:26 -08:00
support fix trailing whitespace in Javascript 2018-08-31 07:31:22 -07:00
views couple fixes to the dialog close button 2018-04-28 06:39:29 -07:00
MoonfireAPI.js preliminary web support for auth (#26) 2018-11-27 11:08:33 -08:00