We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e24a5c commit d2f8d17Copy full SHA for d2f8d17
apps/dsky_clock/app.js
@@ -172,7 +172,7 @@ function setWORD(id,label){
172
layout.clear(layout[id]);
173
let data='--';
174
if (!isNaN(label)) {
175
- let data=String(String(label).toString(16)).toUpperCase().padStart(2,'0').substring(0,2);
+ data=String(String(label).toString(16)).toUpperCase().padStart(2,'0').substring(0,2);
176
}
177
// print(id, data); //debug
178
layout[id].label=data;
0 commit comments