mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-26 10:05:10 +00:00
done
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user