Remove unused polyfill
Only needed by ios versions we don't support anymore
This commit is contained in:
parent
8e15a31e98
commit
a74fe0b69a
1 changed files with 0 additions and 13 deletions
|
@ -6,19 +6,6 @@
|
|||
<meta name="robots" content="noindex">
|
||||
<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 /!\ -->
|
||||
|
||||
<!-- title tag -->
|
||||
|
|
Loading…
Reference in a new issue