forked from FOSS/BangleApps
`health` Remove unused variable
parent
21a17cc751
commit
bd6caf7ab8
|
@ -31,3 +31,4 @@
|
|||
Fix daily summaries for 31st of the month
|
||||
0.28: Calculate distance from steps if myprofile is installed and stride length is set
|
||||
0.29: Minor code improvements
|
||||
0.30: Minor code improvements
|
||||
|
|
|
@ -176,7 +176,6 @@ function barChart(label, dt) {
|
|||
chart_label = label;
|
||||
chart_data = dt;
|
||||
drawBarChart();
|
||||
swipe_enabled = true;
|
||||
}
|
||||
|
||||
function drawBarChart() {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"id": "health",
|
||||
"name": "Health Tracking",
|
||||
"shortName": "Health",
|
||||
"version": "0.29",
|
||||
"version": "0.30",
|
||||
"description": "Logs health data and provides an app to view it",
|
||||
"icon": "app.png",
|
||||
"tags": "tool,system,health",
|
||||
|
|
|
@ -1086,12 +1086,6 @@ module.exports = {
|
|||
"no-undef"
|
||||
]
|
||||
},
|
||||
"health/app.js": {
|
||||
"hash": "6d612eed04ee5a844be6ad47c326624cd3e204fecf1c28c99a57ca963b3d7a7b",
|
||||
"rules": [
|
||||
"no-undef"
|
||||
]
|
||||
},
|
||||
"hassio/hassio.app.js": {
|
||||
"hash": "b8fbb03cf4a7595299e65a46c4f850394bf57cd4cba879d5524eafbf40ccc32e",
|
||||
"rules": [
|
||||
|
|
Loading…
Reference in New Issue