1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 09:24:48 +00:00
This commit is contained in:
zumbiepig 2024-08-21 17:04:59 -07:00
parent 82fc8fe8b1
commit e391b54810
No known key found for this signature in database
GPG Key ID: 17C891BE28B953DE

View File

@ -298,11 +298,6 @@ if (window.location.pathname === '/') {
const iframe = document.createElement('iframe');
iframe.id = 'main_frame';
iframe.style.display = 'none';
iframe.addEventListener('load', () => {
iframe.style.display = '';
});
if (storage.local.get('lastVersion') === null) {
iframe.src = '/welcome/';
} else if (lastPage !== null) {