finish msg.property selector for geohash, msgpack and w3w

This commit is contained in:
Dave Conway-Jones
2018-02-02 23:38:26 +00:00
parent b2de928860
commit b406b32909
6 changed files with 12 additions and 3 deletions

View File

@@ -35,6 +35,9 @@
},
labelStyle: function() {
return this.name?"node_label_italic":"";
},
oneditprepare: function() {
$("#node-input-property").typedInput({default:'msg',types:['msg']});
}
});
</script>