File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1111 fetch ( "https://laeben-update-default-rtdb.europe-west1.firebasedatabase.app/apps/clauncher.json" )
1212 . then ( a => a . json ( ) . then ( app => {
1313 var jarbtn = document . getElementById ( "jar" ) ;
14- var installer = document . getElementById ( "installer" ) ;
14+ // var installer = document.getElementById("installer");
1515 jarbtn . href = app . latestFile ;
16- installer . href = app . installer ;
16+ // installer.href = app.installer;
1717 } ) ) ;
1818 } ;
1919 </ script >
2424 < div class ="one flex-xcenter flex-ycenter ">
2525 < div class ="precious-pane ">
2626 < h1 > Open, customize, play.</ h1 >
27- < a style ="background: #33b2f533; " id ="installer " href ="https://github.com/etkmlm/CoreLauncherInstaller/releases/download/1.01/CoreLauncherInstaller.exe " class ="center "> Installer</ a >
28- < br />
27+ <!--<a style="background: #33b2f533;" id="installer" href="https://github.com/etkmlm/CoreLauncherInstaller/releases/download/1.01/CoreLauncherInstaller.exe" class="center">Installer</a>-->
28+ < a style ="background: #33b2f533; " id ="releases " href ="https://github.com/etkmlm/CoreLauncher/releases " class ="center "> Releases</ a >
29+ < br />
2930 < a style ="background: #33b2f533; " id ="jar " href ="https://github.com/etkmlm/CoreLauncher/releases/download/beta1.1.9/CoreLauncher-1.1.9.jar " class ="center "> Portable</ a >
3031 < br />
3132 < a style ="background: #33b2b533; " href ="https://github.com/etkmlm/CoreLauncher " class ="center "> Wiki and Source</ a >
You can’t perform that action at this time.
0 commit comments