summaryrefslogtreecommitdiff
path: root/www/js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js')
-rw-r--r--www/js/MontageCtrl.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js
index f8544f19..0cea06a2 100644
--- a/www/js/MontageCtrl.js
+++ b/www/js/MontageCtrl.js
@@ -587,6 +587,9 @@ angular.module('zmApp.controllers')
}
apiurl += "/"+encodeURIComponent("AlarmFrames >=:") + (ld.enableAlarmCount ? ld.minAlarmCount : 0);
+ if (ld.objectDetectionFilter) {
+ apiurl +='/'+encodeURIComponent('Notes REGEXP:detected:');
+ }
/*if ( !(monitor.Monitor.Id in ld.lastEventCheckTimes)) {
apiurl+= '/1 month';