no hyphens in filenames..

This commit is contained in:
Christian Herzog
2019-12-27 21:06:51 +01:00
parent b6aa4b684f
commit 92a673bccc
9 changed files with 23 additions and 23 deletions

View File

@@ -721,7 +721,7 @@ function checkStatus(){
} else {
i = 4;
}
$("#battery").html('<img src="battery-'+i+'.svg" />');
$("#battery").html('<img src="battery'+i+'.svg" />');
}
}
blockAjax = false;