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 51e6e29 commit 4fbd339Copy full SHA for 4fbd339
arduino-cloud.html
@@ -112,7 +112,7 @@
112
if (thing_id === undefined || thing_id === null || thing_id === "") {
113
$("select#node-input-property").empty();
114
str = this._("arduino-cloud.config.node.placeholders.no-thing-selected");
115
- $("<option value='" + "" + "' " + str+ "</option>").appendTo("#node-input-property");
+ $("<option value='" + "" + "'>" + str+ "</option>").appendTo("#node-input-property");
116
$("#node-input-property").trigger("change");
117
} else {
118
0 commit comments