created new favicon
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 62 KiB |
|
@ -21,7 +21,7 @@ Page {
|
||||||
property int catStatus: undefined
|
property int catStatus: undefined
|
||||||
property int routeNumber: -2
|
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 res: catStatus === 0 || catStatus === 1 // result data
|
||||||
property bool stl: catStatus === 2 || catStatus === 3 // startlist data
|
property bool stl: catStatus === 2 || catStatus === 3 // startlist data
|
||||||
|
|
||||||
|
@ -69,20 +69,20 @@ Page {
|
||||||
app.errorCode = 902
|
app.errorCode = 902
|
||||||
}
|
}
|
||||||
|
|
||||||
else if((ret["data"][ root.listKey ] === undefined || ret["data"][ root.listKey ].length < 1) && ( root.status === 200 || root.status === 404 ) ){
|
else if(root.status !== 200) {
|
||||||
root.status = 901
|
|
||||||
root.ready = false
|
|
||||||
loadingDl.close()
|
|
||||||
return false
|
|
||||||
}
|
|
||||||
|
|
||||||
else {
|
|
||||||
root.ready = false
|
root.ready = false
|
||||||
root.rankingData = {}
|
root.rankingData = {}
|
||||||
loadingDl.close()
|
loadingDl.close()
|
||||||
return false
|
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)
|
console.log("done! status: " + root.status)
|
||||||
root.ready = true
|
root.ready = true
|
||||||
loadingDl.close()
|
loadingDl.close()
|
||||||
|
|
BIN
resources/shared/icons/favicon.old.png
Normal file
After Width: | Height: | Size: 85 KiB |
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 67 KiB |