mirror of https://github.com/Chocobozzz/PeerTube
Remove unused polyfill
Only needed by ios versions we don't support anymorepull/6026/head
parent
8e15a31e98
commit
a74fe0b69a
|
@ -6,19 +6,6 @@
|
||||||
<meta name="robots" content="noindex">
|
<meta name="robots" content="noindex">
|
||||||
<meta property="og:platform" content="PeerTube" />
|
<meta property="og:platform" content="PeerTube" />
|
||||||
|
|
||||||
<script type="text/javascript">
|
|
||||||
// Thanks: https://mathiasbynens.be/notes/globalthis
|
|
||||||
(function() {
|
|
||||||
if (typeof globalThis === 'object') return;
|
|
||||||
Object.prototype.__defineGetter__('__magic__', function() {
|
|
||||||
return this;
|
|
||||||
});
|
|
||||||
__magic__.globalThis = __magic__
|
|
||||||
delete Object.prototype.__magic__;
|
|
||||||
}());
|
|
||||||
</script>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- /!\ The following comment is used by the server to prerender some tags /!\ -->
|
<!-- /!\ The following comment is used by the server to prerender some tags /!\ -->
|
||||||
|
|
||||||
<!-- title tag -->
|
<!-- title tag -->
|
||||||
|
|
Loading…
Reference in New Issue