mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 19:47:02 +03:00
no hyphens in filenames..
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user