summaryrefslogtreecommitdiff
path: root/www/js/EventCtrl.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/EventCtrl.js')
-rw-r--r--www/js/EventCtrl.js4
1 files changed, 2 insertions, 2 deletions
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;
}