summaryrefslogtreecommitdiff
path: root/www/js/TimelineCtrl.js
diff options
context:
space:
mode:
authorArjun Roychowdhury <pliablepixels@gmail.com>2015-11-03 12:02:48 -0500
committerArjun Roychowdhury <pliablepixels@gmail.com>2015-11-03 12:02:48 -0500
commit18c41c7f01d5441c2820317ea6af41dc3326e3c2 (patch)
treee1f733c2c53ad5425bdf15ddb8209a887782b73a /www/js/TimelineCtrl.js
parentc6ee34ac0f54834670395e9640fa6b479acadb74 (diff)
#59 - the real issue was in app.js httpInjector but in the process of finding the bug I cleaned up some other stuff too
Diffstat (limited to 'www/js/TimelineCtrl.js')
-rw-r--r--www/js/TimelineCtrl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/TimelineCtrl.js b/www/js/TimelineCtrl.js
index 75779aff..7319f671 100644
--- a/www/js/TimelineCtrl.js
+++ b/www/js/TimelineCtrl.js
@@ -126,7 +126,7 @@ angular.module('zmApp.controllers').controller('zmApp.TimelineCtrl', ['$ionicPla
console.log ("**** defaultVideo is " + evideo);
$scope.playbackURL = $scope.loginData.url;
- if ($rootScope.platformOS == "unknown") {
+ if ($rootScope.platformOS == "desktop") {
$scope.playbackURL = zm.desktopUrl;
}