1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-26 10:05:10 +00:00
This commit is contained in:
zumbiepig
2024-08-18 21:19:07 -07:00
parent acb6902814
commit 365d5014d1
11 changed files with 31 additions and 32 deletions

View File

@@ -24,9 +24,11 @@
<script src="/sw-register.js"></script>
<script src="/resources/scripts/main.js"></script>
<script>
const iframe = document.createElement('iframe');
const lastPage = storage.session.get('lastPage');
const isMobile = detect.mobile();
const iframe = document.createElement('iframe');
iframe.id = 'main_frame'
if (storage.local.get('lastVersion') === null) {
iframe.src = '/welcome.html';