T272 history loads last 24h upon click

This commit is contained in:
2021-04-23 13:53:29 +02:00
parent 98dd081e02
commit 56b55518fd
6 changed files with 38 additions and 2 deletions

View File

@@ -40,6 +40,8 @@ function getData(){
});
}
function checkUuid(){
if(clientUUID == null || clientUUID == undefined || clientUUID == ''){
clientUUID = json[0].clientUUID;