Files
zoneminder/web
Isaac Connor 8d86690bc2 fix: don't log isJSON parse failures to console
isJSON() is called from getCookie() for every cookie lookup. When the
cookie value is a plain string ('visible', 'hidden', etc.) JSON.parse
throws SyntaxError, the catch handler swallowed it but logged a
console.warn first — flooding the browser console with "This is not
JSON visible SyntaxError: Unexpected token 'v', ..." messages on
every page load.

Drop the console.warn and the now-unused exception binding to match
master.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-24 20:38:06 -04:00
..
2022-08-19 13:33:22 -04:00

Modern ZoneMinder Skin

This web frontend to ZoneMinder is a complete rewrite of the classic frontend, based on CakePHP.