mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 09:24:48 +00:00
fixed.
This commit is contained in:
parent
71ebd23fd0
commit
668ecb659c
13304
public/game/web/main/1.2.5/index.html
Normal file
13304
public/game/web/main/1.2.5/index.html
Normal file
File diff suppressed because one or more lines are too long
@ -75,7 +75,7 @@
|
|||||||
<img src="/resources/images/icons/clients/all.webp" />
|
<img src="/resources/images/icons/clients/all.webp" />
|
||||||
<span>1.5.2</span>
|
<span>1.5.2</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="custom-option" onclick="game.select('/game/web/offline/main/Eaglercraft_1.2.5.html', '1.2.5')">
|
<div class="custom-option" onclick="game.select('/game/web/main/1.2.5/', '1.2.5')">
|
||||||
<img src="/resources/images/icons/clients/all.webp" />
|
<img src="/resources/images/icons/clients/all.webp" />
|
||||||
<span>1.2.5</span>
|
<span>1.2.5</span>
|
||||||
</div>
|
</div>
|
||||||
|
@ -473,5 +473,5 @@ if (window.location.pathname === '/welcome/') {
|
|||||||
|
|
||||||
if (window.location.hostname === null) {
|
if (window.location.hostname === null) {
|
||||||
// Stop the minifier from removing these functions
|
// Stop the minifier from removing these functions
|
||||||
console.log([navigate, cookie, query, versionSelector]);
|
console.log([navigate, cookie, query, versionSelector, game]);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user