mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
Remove rogue piece of text in random node html
This commit is contained in:
parent
cd21a5f3c8
commit
ff2801ca87
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name" : "node-red-node-random",
|
"name" : "node-red-node-random",
|
||||||
"version" : "0.1.2",
|
"version" : "0.1.3",
|
||||||
"description" : "A Node-RED node that when triggered generates a random number between two values.",
|
"description" : "A Node-RED node that when triggered generates a random number between two values.",
|
||||||
"dependencies" : {
|
"dependencies" : {
|
||||||
},
|
},
|
||||||
|
@ -25,7 +25,6 @@
|
|||||||
<input type="text" id="node-input-name" placeholder="Name" style="width:70%;">
|
<input type="text" id="node-input-name" placeholder="Name" style="width:70%;">
|
||||||
</div>
|
</div>
|
||||||
</script>
|
</script>
|
||||||
70%
|
|
||||||
<script type="text/x-red" data-help-name="random">
|
<script type="text/x-red" data-help-name="random">
|
||||||
<p>Generates a random number between a low and high value.</p>
|
<p>Generates a random number between a low and high value.</p>
|
||||||
<p>If you return an integer it can <i>include</i> both the low and high values.
|
<p>If you return an integer it can <i>include</i> both the low and high values.
|
||||||
|
Loading…
Reference in New Issue
Block a user