diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-02-02 11:30:03 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-02-02 11:30:03 -0500 |
| commit | 9512d4e1a09ab70a57367ad3dc57b396619bbba1 (patch) | |
| tree | 9b265ad7c993d3dbc3c794883becf3463b358468 /www/js/TimelineCtrl.js | |
| parent | c91c3d989b85a14809c05cf66517f926dae52788 (diff) | |
remove object filter from eventsPages too
Diffstat (limited to 'www/js/TimelineCtrl.js')
| -rw-r--r-- | www/js/TimelineCtrl.js | 2 |
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); |
