mirror of
https://github.com/mehotkhan/BandersnatchInteractive.git
synced 2025-07-27 17:23:22 +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();
|
||||
}
|
||||
|
||||
function onload() {
|
||||
window.onload = function() {
|
||||
var video_selector = document.getElementById("video");
|
||||
var video_source_selector = document.getElementById("video-source");
|
||||
var file_selector = document.getElementById("file-selector");
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
</head>
|
||||
|
||||
<body onload=onload()>
|
||||
<body>
|
||||
<div>
|
||||
<div id="c">
|
||||
<section role="banner">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue