Browse Source

Don't select presentation automatically on FileInfo request for existing presentation.

pull/78/head
Joachim Bauch 11 years ago
parent
commit
67eec004e3
  1. 1
      static/js/directives/presentation.js

1
static/js/directives/presentation.js

@ -267,7 +267,6 @@ define(['jquery', 'underscore', 'text!partials/presentation.html', 'bigscreen'], @@ -267,7 +267,6 @@ define(['jquery', 'underscore', 'text!partials/presentation.html', 'bigscreen'],
var existing = $scope.getPresentation(token);
if (existing) {
console.log("Found existing presentation", existing);
$scope.currentPresentation = existing;
return;
}

Loading…
Cancel
Save