Fixed category and the tool tip

This commit is contained in:
Ben Hardill 2013-10-29 21:54:56 +00:00
parent c21cadba7c
commit b35613dc7f
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@
<!-- The example below shows a small subset of the properties that can be set-->
<script type="text/javascript">
RED.nodes.registerType('sensorTag',{
category: 'advanced', // the palette category
category: 'advanced-function', // the palette category
color:"GoldenRod",
defaults: { // defines the editable properties of the node
name: {value:"sensorTag"}, // along with default values.