diff --git a/index.html b/index.html
index b7da53f04..e00528258 100644
--- a/index.html
+++ b/index.html
@@ -47,7 +47,7 @@
-
+
diff --git a/videolayout.js b/videolayout.js
index 9d50b80d5..63013d5b2 100644
--- a/videolayout.js
+++ b/videolayout.js
@@ -227,13 +227,7 @@ var VideoLayout = (function (my) {
if (fade) {
$('#largeVideo').fadeOut(300, doUpdate);
} else {
- $("#preload").attr("src", largeVideoState.newSrc);
- // The 'canplay' event occurs when the browser can start
- // playing the specified audio/video. See:
- // http://www.w3schools.com/tags/av_event_canplay.asp
- $("#preload").one("canplay",function(){
- doUpdate();
- });
+ doUpdate();
}
}
}