Omnibus commited on
Commit
6bc55c1
1 Parent(s): bea141a

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -52,8 +52,8 @@
52
  console.log(vid)
53
  $('meta[name="twitter:player"]').remove();
54
  $('meta[name="twitter:player:stream"]').remove();
55
- $('head').append( '<meta name="twitter:player" content="https://omnibus-video-card.static.hf.space/index.html?video="'+vid+'>' );
56
- $('head').append( '<meta name="twitter:player:stream" content="https://omnibus-video-card.static.hf.space/index.html?video="'+vid+'>' );
57
  console.log($('meta[name="twitter:player"]').attr('content'));
58
  console.log($('meta[name="twitter:player:stream"]').attr('content'));
59
  //document.querySelector('meta[name="twitter:player"]').setAttribute("content", "https://omnibus-video-card.static.hf.space/index.html?video="+vid);
 
52
  console.log(vid)
53
  $('meta[name="twitter:player"]').remove();
54
  $('meta[name="twitter:player:stream"]').remove();
55
+ $('head').append( '<meta name="twitter:player" content="https://omnibus-video-card.static.hf.space/index.html?video='+vid+'">' );
56
+ $('head').append( '<meta name="twitter:player:stream" content="https://omnibus-video-card.static.hf.space/index.html?video='+vid+'">' );
57
  console.log($('meta[name="twitter:player"]').attr('content'));
58
  console.log($('meta[name="twitter:player:stream"]').attr('content'));
59
  //document.querySelector('meta[name="twitter:player"]').setAttribute("content", "https://omnibus-video-card.static.hf.space/index.html?video="+vid);