diff --git a/cms/djangoapps/models/settings/course_details.py b/cms/djangoapps/models/settings/course_details.py
index 7c3b883283..78c5dcff33 100644
--- a/cms/djangoapps/models/settings/course_details.py
+++ b/cms/djangoapps/models/settings/course_details.py
@@ -173,7 +173,7 @@ class CourseDetails(object):
# the right thing
result = None
if video_key:
- result = ''
return result
diff --git a/cms/static/js/models/settings/course_details.js b/cms/static/js/models/settings/course_details.js
index d7e11d5689..4d048bab81 100644
--- a/cms/static/js/models/settings/course_details.js
+++ b/cms/static/js/models/settings/course_details.js
@@ -75,7 +75,7 @@ CMS.Models.Settings.CourseDetails = Backbone.Model.extend({
return this.videosourceSample();
},
videosourceSample : function() {
- if (this.has('intro_video')) return "http://www.youtube.com/embed/" + this.get('intro_video');
+ if (this.has('intro_video')) return "//www.youtube.com/embed/" + this.get('intro_video');
else return "";
}
});
diff --git a/lms/templates/index.html b/lms/templates/index.html
index e7c0d638c7..0fecd24e84 100644
--- a/lms/templates/index.html
+++ b/lms/templates/index.html
@@ -186,7 +186,7 @@
else:
youtube_video_id = "XNaiOGxWeto"
%>
-
+