kopia lustrzana https://github.com/OpenBuilds/OpenBuilds-CONTROL
rodzic
5c51a3a197
commit
7d78437bf2
|
@ -20,7 +20,9 @@
|
|||
<body>
|
||||
|
||||
<div class="pos-fixed pos-center" id="splash">
|
||||
<div id="splashAd"></div>
|
||||
<div id="splashAd" style="display:none"></div>
|
||||
<br>
|
||||
<center>Starting OpenBuilds CONTROL...</center>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
@ -28,14 +28,18 @@ function setWindowTitle(status) {
|
|||
|
||||
}
|
||||
|
||||
|
||||
// splash screen ad-fade-in, and fade out after
|
||||
function showAndHideSplash() {
|
||||
$('#splashAd').fadeIn(200)
|
||||
setTimeout(function() {
|
||||
$('#splash').fadeOut(500);
|
||||
}, 2000)
|
||||
}
|
||||
|
||||
function getChangelog() {
|
||||
|
||||
// Splash Screen Begin
|
||||
$("#splashAd").html(`<img src="http://openbuilds.com/uploadfiles/control/splash.png?date="` + new Date().getTime() + `" onerror="this.onerror=null;this.src='splashicon.png';" style="display:block; margin:auto;" onload="$('#splashAd').fadeIn(200)" />
|
||||
<br>
|
||||
<center>Starting OpenBuilds CONTROL...</center>`)
|
||||
$("#splashAd").html(`<img src="http://openbuilds.com/uploadfiles/control/splash.png?date=` + new Date().getTime() + `" onerror="this.onerror=null;this.src='splashicon.png';showAndHideSplash()" style="display:block; margin:auto;" onload="showAndHideSplash()" />`)
|
||||
|
||||
$("#changelog").empty()
|
||||
var template2 = `<ul>`
|
||||
|
@ -179,10 +183,6 @@ $(document).ready(function() {
|
|||
});
|
||||
console.log('%c', element);
|
||||
|
||||
setTimeout(function() {
|
||||
$('#splash').fadeOut(500);
|
||||
}, 2000)
|
||||
|
||||
});
|
||||
|
||||
function readFile(evt) {
|
||||
|
|
BIN
firmware.bin
BIN
firmware.bin
Plik binarny nie jest wyświetlany.
Ładowanie…
Reference in New Issue