mirror of
https://github.com/mehotkhan/BandersnatchInteractive.git
synced 2025-07-28 09:42:55 +00:00
Fix onload JS error
This commit is contained in:
parent
19c8003e62
commit
afc3abb81c
2 changed files with 2 additions and 2 deletions
|
@ -305,7 +305,7 @@ function togglePlayPause() {
|
||||||
else v.pause();
|
else v.pause();
|
||||||
}
|
}
|
||||||
|
|
||||||
function onload() {
|
window.onload = function() {
|
||||||
var video_selector = document.getElementById("video");
|
var video_selector = document.getElementById("video");
|
||||||
var video_source_selector = document.getElementById("video-source");
|
var video_source_selector = document.getElementById("video-source");
|
||||||
var file_selector = document.getElementById("file-selector");
|
var file_selector = document.getElementById("file-selector");
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body onload=onload()>
|
<body>
|
||||||
<div>
|
<div>
|
||||||
<div id="c">
|
<div id="c">
|
||||||
<section role="banner">
|
<section role="banner">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue