1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Move Complete node to the new common category

This commit is contained in:
Nick O'Leary 2019-08-21 14:41:51 +01:00
parent 69b781419f
commit b6055479a1
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
2 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
</script> </script>
<script type="text/javascript"> <script type="text/javascript">
RED.nodes.registerType('complete',{ RED.nodes.registerType('complete',{
category: 'input', category: 'common',
color:"#c0edc0", color:"#c0edc0",
defaults: { defaults: {
name: {value:""}, name: {value:""},