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 0cf524c commit f70a786Copy full SHA for f70a786
js/main.js
@@ -350,13 +350,12 @@
350
console.log('reset');
351
mqttPush(list.topic1, list.kebbiReset);
352
}
353
-
+ sendCheck();
354
drag = false;
355
kebbi.classList.remove('target');
356
kebbi.classList.add('reset');
357
kebbi.style.left = `${(content.offsetWidth - kebbi.offsetWidth) / 2}px`;
358
kebbi.style.top = `${(content.offsetHeight * 0.8 - kebbi.offsetHeight) / 2}px`;
359
- sendCheck();
360
361
362
function updateCarSize() {
0 commit comments