diff --git a/nodes/core/89-pause.html b/nodes/core/89-pause.html index 7df98da3e..208b85f5e 100644 --- a/nodes/core/89-pause.html +++ b/nodes/core/89-pause.html @@ -46,7 +46,7 @@ outputs:1, // set the number of outputs - 0 to n icon: "arrow-in.png", // set the icon (held in public/icons) label: function() { // sets the default label contents - return this.name||this.topic||"pause "+this.timeout+" s"; + return this.name||"pause "+this.timeout+" s"; }, labelStyle: function() { // sets the class to apply to the label return this.name?"node_label_italic":"";