Omnibus commited on
Commit
add723b
·
1 Parent(s): f6188e5

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -50,8 +50,8 @@
50
  const urlParams = new URLSearchParams(queryString);
51
  const vid = urlParams.get("video");
52
  console.log(vid)
53
- $('meta[name=twitter:player]').remove();
54
- $('meta[name=twitter: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'));
 
50
  const urlParams = new URLSearchParams(queryString);
51
  const vid = urlParams.get("video");
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'));