mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-07-25 12:26:43 -04:00
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>
Modern ZoneMinder Skin
This web frontend to ZoneMinder is a complete rewrite of the classic frontend, based on CakePHP.