summaryrefslogtreecommitdiff
path: root/www/js/TimelineCtrl.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2019-02-02 11:30:03 -0500
committerPliable Pixels <pliablepixels@gmail.com>2019-02-02 11:30:03 -0500
commit9512d4e1a09ab70a57367ad3dc57b396619bbba1 (patch)
tree9b265ad7c993d3dbc3c794883becf3463b358468 /www/js/TimelineCtrl.js
parentc91c3d989b85a14809c05cf66517f926dae52788 (diff)
remove object filter from eventsPages too
Diffstat (limited to 'www/js/TimelineCtrl.js')
-rw-r--r--www/js/TimelineCtrl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/TimelineCtrl.js b/www/js/TimelineCtrl.js
index 43f51ba4..1fc43743 100644
--- a/www/js/TimelineCtrl.js
+++ b/www/js/TimelineCtrl.js
@@ -1107,7 +1107,7 @@ angular.module('zmApp.controllers').controller('zmApp.TimelineCtrl', ['$ionicPla
//console.log ("**NOLANG" + fromDateNoLang + " " + toDateNoLang);
- NVR.getEventsPages(0, fromDateNoLang, toDateNoLang)
+ NVR.getEventsPages(0, fromDateNoLang, toDateNoLang, true)
.then(function (epData) {
var pages = 1;
var itemsPerPage = parseInt(epData.limit);