From 92faf1cd858447e7e8d3db0a3b3d2396934c5e4b Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Tue, 23 Jan 2018 11:32:47 -0500 Subject: #587 - when playing an event from event view, allow showing recorded feed if possible --- www/js/EventCtrl.js | 1 + 1 file changed, 1 insertion(+) (limited to 'www/js/EventCtrl.js') diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js index efc98d27..a2a3cec0 100644 --- a/www/js/EventCtrl.js +++ b/www/js/EventCtrl.js @@ -2864,6 +2864,7 @@ angular.module('zmApp.controllers') scope: $scope, animation: 'slide-in-up', id: 'footage', + showLive:'disabled', // seems bool is not allowed... }) .then(function(modal) { -- cgit v1.2.3