summaryrefslogtreecommitdiff
path: root/www/js/MontageHistoryCtrl.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2019-05-31 14:25:35 -0400
committerPliable Pixels <pliablepixels@gmail.com>2019-05-31 14:25:35 -0400
commit5ce543ff08abdabd2176ed02b2fd298a7c6795ad (patch)
tree3b6af8e0e0941ebbdbe08c9cf415453af5df7397 /www/js/MontageHistoryCtrl.js
parentdf929e10f2ba5677833c59eaf4df30838f3eed56 (diff)
more noop handling, now that interceptor returns error
Diffstat (limited to 'www/js/MontageHistoryCtrl.js')
-rw-r--r--www/js/MontageHistoryCtrl.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/js/MontageHistoryCtrl.js b/www/js/MontageHistoryCtrl.js
index 50061d0d..6b528ce8 100644
--- a/www/js/MontageHistoryCtrl.js
+++ b/www/js/MontageHistoryCtrl.js
@@ -261,6 +261,8 @@ angular.module('zmApp.controllers').controller('zmApp.MontageHistoryCtrl', ['$sc
});
+ function noop() {}
+
function getNextSetHistory() {
// grab events that start on or after the time
@@ -373,7 +375,8 @@ angular.module('zmApp.controllers').controller('zmApp.MontageHistoryCtrl', ['$sc
}
- );
+ )
+ .catch (noop);
// At this stage, we have both a general events grab, and specific event grabs for MIDS that were empty