Browse Source

Removed default URL.

pull/83/head
Joachim Bauch 11 years ago
parent
commit
bb82675076
  1. 2
      static/js/directives/youtubevideo.js

2
static/js/directives/youtubevideo.js

@ -61,7 +61,7 @@ define(['jquery', 'underscore', 'text!partials/youtubevideo.html', 'bigscreen'], @@ -61,7 +61,7 @@ define(['jquery', 'underscore', 'text!partials/youtubevideo.html', 'bigscreen'],
$scope.hideControlsBar = true;
$scope.currentVideoUrl = null;
$scope.currentVideoId = null;
$scope.youtubeurl = "http://www.youtube.com/watch?v=_C92v6uKCIU";
$scope.youtubeurl = "";
var onPlayerReady = function(event) {
$scope.$apply(function(scope) {

Loading…
Cancel
Save