This commit is contained in:
Russell2259
2024-01-12 11:38:35 -07:00
parent c3ff0aa765
commit 414577a00e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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="/">