created new favicon

This commit is contained in:
Dorian Zedler 2019-04-24 14:24:38 +02:00
parent 4971d6e9b1
commit 95bc6edd49
7 changed files with 9 additions and 9 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 62 KiB

View file

@ -21,7 +21,7 @@ Page {
property int catStatus: undefined
property int routeNumber: -2
property bool reg: catStatus === 4 || catStatus === undefied // registration data
property bool reg: catStatus === 4 || catStatus === undefined // registration data
property bool res: catStatus === 0 || catStatus === 1 // result data
property bool stl: catStatus === 2 || catStatus === 3 // startlist data
@ -69,20 +69,20 @@ Page {
app.errorCode = 902
}
else if((ret["data"][ root.listKey ] === undefined || ret["data"][ root.listKey ].length < 1) && ( root.status === 200 || root.status === 404 ) ){
root.status = 901
root.ready = false
loadingDl.close()
return false
}
else {
else if(root.status !== 200) {
root.ready = false
root.rankingData = {}
loadingDl.close()
return false
}
if((ret["data"][ root.listKey ] === undefined || ret["data"][ root.listKey ].length < 1) && ( root.status === 200 || root.status === 404 ) ){
root.status = 901
root.ready = false
loadingDl.close()
return false
}
console.log("done! status: " + root.status)
root.ready = true
loadingDl.close()

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.