@gregoriusrippenstein/node-red-contrib-introspection 0.4.2 → 0.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -50,7 +50,8 @@
50
50
  },
51
51
  error: (mg) => {
52
52
  doError(mg, nodeid, _msg)
53
- }
53
+ },
54
+ id: data.nodeid
54
55
  };
55
56
 
56
57
  var payload = data.payload;
@@ -167,7 +168,6 @@
167
168
  <label for="node-input-clientcode">
168
169
  <i class="fa fa-file-code-o"></i> Client Code
169
170
  </label>
170
- <input type="hidden" id="node-input-clientcode" autofocus="autofocus">
171
171
 
172
172
  <div style="position: absolute; right:0;display:inline-block; text-align: right; font-size: 0.8em;">
173
173
  Syntax:
@@ -196,7 +196,8 @@
196
196
  class="node-text-editor"
197
197
  id="node-input-clientcode-editor" ></div>
198
198
  </div>
199
- <input type="hidden" id="node-input-clientcode">
199
+
200
+ <input type="hidden" id="node-input-clientcode" autofocus="autofocus">
200
201
  </script>
201
202
 
202
203
  <script type="text/html" data-help-name="ClientCode">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gregoriusrippenstein/node-red-contrib-introspection",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "dependencies": {
5
5
  "got": "latest"
6
6
  },