diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-11-24 19:20:24 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-11-24 19:20:24 -0500 |
| commit | 7c804855815b2472f4b535d6798aa735c6ae6a4f (patch) | |
| tree | b3fead83601488aa7d408879ef22ac668eef85b0 /www/js/EventCtrl.js | |
| parent | 1c7176e5eb8f2ed98bc04ec133b470cb309d4035 (diff) | |
fixed odd cake mysql error - how I don't quite know
Diffstat (limited to 'www/js/EventCtrl.js')
| -rw-r--r-- | www/js/EventCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js index 5f9a77fd..f53d6e63 100644 --- a/www/js/EventCtrl.js +++ b/www/js/EventCtrl.js @@ -1826,7 +1826,7 @@ angular.module('zmApp.controllers') var af = "/AlarmFrames >=:" + (ld.enableAlarmCount ? ld.minAlarmCount : 0); if (ld.objectDetectionFilter) { - af = af + '/Notes%20REGEXP:detected%3A'; + af = af + '/Notes REGEXP:"detected:"'; } |
