removed tabs, Emacs config needs a check

pull/643/head
hughbarney 2021-01-26 20:12:12 +00:00
parent 1b3289783e
commit 0979cc1d5f
1 changed files with 4 additions and 4 deletions

View File

@ -113,10 +113,10 @@
// add your widget
WIDGETS["wpedom"]={area:"tl",width:26,
draw:draw,
reload:reload,
getSteps:()=>stp_today,
};
draw:draw,
reload:reload,
getSteps:()=>stp_today
};
// Load data at startup
let pedomData = require("Storage").readJSON(PEDOMFILE,1);
if (pedomData) {