patch
This commit is contained in:
@@ -61,7 +61,7 @@ if (window.self === window.top && location.pathname !== '/view') setTimeout(asyn
|
||||
if (location.pathname === '/cheats') Cheats.load();
|
||||
}, 500);
|
||||
|
||||
fetch('/api/changelog')
|
||||
if (location.pathname !== '/view') fetch('/api/changelog')
|
||||
.then(res => res.json())
|
||||
.then(changelog => {
|
||||
document.querySelector('#version').textContent = changelog.version !== 'unknown' ? 'v' + changelog.version : changelog.version;
|
||||
|
||||
+1
-1
@@ -13,7 +13,7 @@
|
||||
</head>
|
||||
|
||||
<body class="hidden">
|
||||
<iframe frameborder="0" id="loadframe" sandbox="allow-scripts"></iframe>
|
||||
<iframe frameborder="0" id="loadframe"></iframe>
|
||||
|
||||
<div class="gamebar">
|
||||
<a href="/">
|
||||
|
||||
Reference in New Issue
Block a user