Skip to content

Commit

Permalink
Update javascript.js
Browse files Browse the repository at this point in the history
  • Loading branch information
willmyethewebsiteguy authored Dec 13, 2022
1 parent c0a86eb commit e6888ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript.js
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@
});

if(!document.querySelector('#wm-video-element-css')){
addCSSFileToHeader('https://cdn.jsdelivr.net/gh/willmyethewebsiteguy/VideoElement@1.2.005/styles.min.css');
addCSSFileToHeader('https://cdn.jsdelivr.net/gh/willmyethewebsiteguy/VideoElement@1/styles.min.css');
function addCSSFileToHeader(url) {
let head = document.getElementsByTagName('head')[0],
link = document.createElement('link');
Expand Down

0 comments on commit e6888ac

Please sign in to comment.