Skip to content

Commit

Permalink
more bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gortbrown authored Sep 18, 2024
1 parent 8792acd commit dfede01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h1>Damn Simple YouTube Client</h1>
function load(){
var url = document.getElementById('url').value;
var bits = url.split('=');
document.getElementById('vidspace').innerHTML = "\'<iframe width="560" height="315" src="https://www.youtube.com/embed/bBQA7yy7EBU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>'
document.getElementById('vidspace').innerHTML = '<iframe width="560" height="315" src="https://www.youtube.com/embed/bBQA7yy7EBU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>'
}
</script>
</html>

0 comments on commit dfede01

Please sign in to comment.