diff --git a/static/js/directives/presentation.js b/static/js/directives/presentation.js index 17160faf..6e2534e5 100644 --- a/static/js/directives/presentation.js +++ b/static/js/directives/presentation.js @@ -518,8 +518,8 @@ define(['jquery', 'underscore', 'text!partials/presentation.html', 'bigscreen'], }); }); var presentation = uploadPresentation(file); - if ($scope.availablePresentations.length === 1) { - // this is the first presentation, show immediately + if (!$scope.currentPresentation) { + // no presentation active, show immediately $scope.selectPresentation(presentation); } };