From 18c41c7f01d5441c2820317ea6af41dc3326e3c2 Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Tue, 3 Nov 2015 12:02:48 -0500 Subject: #59 - the real issue was in app.js httpInjector but in the process of finding the bug I cleaned up some other stuff too --- www/js/EventCtrl.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/js/EventCtrl.js') diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js index 001e98ea..cc0abf1c 100644 --- a/www/js/EventCtrl.js +++ b/www/js/EventCtrl.js @@ -90,7 +90,7 @@ angular.module('zmApp.controllers') $scope.eventCommands = eventCommands; $scope.loginData = ZMDataModel.getLogin(); $scope.playbackURL = $scope.loginData.url; - if ($rootScope.platformOS == "unknown") { + if ($rootScope.platformOS == "desktop") { $scope.playbackURL = zm.desktopUrl; } @@ -1151,7 +1151,7 @@ angular.module('zmApp.controllers') $scope.videoObject = event.Event.video; $scope.playbackURL = $scope.loginData.url; - if ($rootScope.platformOS == "unknown") { + if ($rootScope.platformOS == "desktop") { $scope.playbackURL = zm.desktopUrl; } -- cgit v1.2.3