mirror of
https://github.com/videojs/video.js.git
synced 2025-03-17 21:18:27 +02:00
Switched to load in header
This commit is contained in:
parent
044d9dead5
commit
60af6bcd63
12
index.html
12
index.html
@ -14,8 +14,14 @@
|
||||
</style>
|
||||
<![endif]-->
|
||||
|
||||
<script type="text/javascript" charset="utf-8">
|
||||
window.onload = function(){
|
||||
VideoJS.setup();
|
||||
}
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body onload="bodyLoaded()">
|
||||
<body>
|
||||
|
||||
<div id="wrap">
|
||||
<div id="main">
|
||||
@ -45,9 +51,7 @@
|
||||
</video>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" charset="utf-8">
|
||||
VideoJS.setup();
|
||||
</script>
|
||||
|
||||
|
||||
<p id="video_note">Video clip is from <a href="http://disney.go.com/disneynature/oceans/" title="Oceans">Disney’s Oceans</a></p>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user