diff --git a/OpenRobertaServer/staticResources/js/app/simulation/simulationLogic/robot.sensors.js b/OpenRobertaServer/staticResources/js/app/simulation/simulationLogic/robot.sensors.js index 399ba7122d..dd70e96c57 100644 --- a/OpenRobertaServer/staticResources/js/app/simulation/simulationLogic/robot.sensors.js +++ b/OpenRobertaServer/staticResources/js/app/simulation/simulationLogic/robot.sensors.js @@ -1179,7 +1179,13 @@ define(["require", "exports", "robot.base.mobile", "interpreter.constants", "sim myPins.forEach(function (pin) { if (pin.type !== 'TOUCH') { var range = 1023; - $mySensorGenerator.append(''); + $mySensorGenerator.append(''); if (pin.type === 'DIGITAL_PIN') { range = 1; } @@ -1401,25 +1407,25 @@ define(["require", "exports", "robot.base.mobile", "interpreter.constants", "sim function GestureSensor() { this.gesture = { up: true }; this.labelPriority = 10; - $('#mbedButtons').append('