From c85ab75fe3bbba4b5260253472d57aa4e00f3335 Mon Sep 17 00:00:00 2001 From: Ben Hardill Date: Tue, 10 Sep 2013 22:44:36 +0100 Subject: [PATCH] Removed this.topic from the label function --- nodes/core/89-pause.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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":"";