Skip to content

Commit

Permalink
tidy littleui node comments to stop triggered types
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Conway-Jones committed May 7, 2021
1 parent 5f0b42e commit b441858
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions node-red-node-ui-mylittleuinode/mylittleuinode.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
***********************************************************************************
** !!REQUIRED!!
** The .html file must ALWAYS begin with
** <script type="text/javascript">
** script type="text/javascript"
***********************************************************************************
-->
<script type="text/javascript">
Expand Down Expand Up @@ -243,8 +243,8 @@

<!--
***********************************************************************************
** This setion must begin with:
** <script type="text/html" data-template-name="ui_yournodenamehere">
** This section must begin with:
** script type="text/html" data-template-name="ui_yournodenamehere"
** It should be the same name that you are registering with Node-RED (see line #26).
***********************************************************************************
-->
Expand Down Expand Up @@ -344,8 +344,8 @@
** HTML code must be used.
** The data-help-name must be the same name as you have registered this node with.
**
** This setion must begin with:
** <script type="text/html" data-template-name="ui_yournodenamehere">
** This section must begin with:
** script type="text/html" data-template-name="ui_yournodenamehere"
** It should be the same name that you are registering with Node-RED (see line #26).
************************************************************************************
-->
Expand Down
2 changes: 1 addition & 1 deletion node-red-node-ui-mylittleuinode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-node-ui-mylittleuinode",
"version": "0.0.3",
"version": "0.0.4",
"description": "A Node-RED dashboard ui node to help you create your own ui node.",
"peerDependencies": {
"node-red-dashboard": ">2.15.0"
Expand Down

0 comments on commit b441858

Please sign in to comment.