summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
authorlucas_nz <lucas_nz@outlook.com>2020-08-29 21:29:07 +1200
committerlucas_nz <lucas_nz@outlook.com>2020-08-31 22:17:03 +1200
commit0e5779874010cd8730ee4f788ff4420f70dd2ad2 (patch)
tree7fd88366aa0ac14543d71d3316be516c3caea76e /www/js/app.js
parente02255edfba2f055d7a35dea5f6442eeb149632e (diff)
when click notification in montage, filter event view to only display events since last notification click
Diffstat (limited to 'www/js/app.js')
-rwxr-xr-xwww/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js
index f84673a5..8799784d 100755
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -2388,7 +2388,7 @@ angular.module('zmApp', [
}
},
cache: false,
- url: "/events/:id/:playEvent",
+ url: "/events/:id/:playEvent/:lastCheckTime",
templateUrl: "templates/events.html",
controller: 'zmApp.EventCtrl',