From 3a95cf88537e81da1838e7b2696ffdd168b3c372 Mon Sep 17 00:00:00 2001 From: Piotr Mitros Date: Sun, 5 Feb 2012 18:27:27 -0500 Subject: [PATCH] Revert Ernie's change --- video_init.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video_init.js b/video_init.js index 9ea5d005b2..c4bb25f41e 100644 --- a/video_init.js +++ b/video_init.js @@ -10,7 +10,7 @@ if (swfobject.hasFlashPlayerVersion("10.1")){ } else { //end of this URL may need &origin=http://..... once pushed to production to prevent XSS - $("#html5_player").attr("src", "http://www.youtube.com/embed/" + streams["1.0"] + "?enablejsapi=1&controls=0&origin=https://6002xint.mitx.mit.edu"); + $("#html5_player").attr("src", "http://www.youtube.com/embed/" + streams["1.0"] + "?enablejsapi=1&controls=0"); $("#html5_player").show(); var tag = document.createElement('script');