File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -111,8 +111,8 @@ var addVideo = function() {
111
111
var w = $ ( '.videoframe' ) . width ( ) ;
112
112
var h = $ ( '.videoframe' ) . height ( ) ;
113
113
vidratio = w / h ;
114
- $ ( '#introvideo' ) . html ( '<iframe src="http://github.com/%3Cspan%20class="x x-first x-last">http ://www.youtube.com/embed/wH24YwdayFg?rel=0&autoplay=1&autohide=1&showinfo=0&iv_load_policy=3" width="' + w + '" height="' + h + '" frameborder="0" id="videoframe"></iframe>' ) ;
115
- //$('#introvideo').html('<iframe src="http://github.com/%3Cspan%20class="x x-first x-last">http ://www.youtube.com/embed/Jl3-lzlzOJI?autoplay=1" width="' + w + '" height="' + h + '" frameborder="0" id="videoframe"></iframe>');
114
+ $ ( '#introvideo' ) . html ( '<iframe src="http://github.com/%3Cspan%20class="x x-first x-last">https ://www.youtube.com/embed/wH24YwdayFg?rel=0&autoplay=1&autohide=1&showinfo=0&iv_load_policy=3" width="' + w + '" height="' + h + '" frameborder="0" id="videoframe"></iframe>' ) ;
115
+ //$('#introvideo').html('<iframe src="http://github.com/%3Cspan%20class="x x-first x-last">https ://www.youtube.com/embed/Jl3-lzlzOJI?autoplay=1" width="' + w + '" height="' + h + '" frameborder="0" id="videoframe"></iframe>');
116
116
$ ( '#introvideo' ) . unbind ( 'click' , addVideo ) ;
117
117
}
118
118
var updateVideoSize = function ( ) {
You can’t perform that action at this time.
0 commit comments