Tweaks to edit icons, and make Twitter show seach tags as label rather than just Twitter

This commit is contained in:
Dave C-J
2013-10-15 21:11:45 +01:00
parent 3bab2a0b8d
commit 4780c2bfe8
3 changed files with 5 additions and 5 deletions

View File

@@ -147,7 +147,7 @@
outputs:1,
icon: "twitter.png",
label: function() {
return this.name||this.topic;
return this.name||this.tags;
},
labelStyle: function() {
return this.name?"node_label_italic":"";

View File

@@ -63,8 +63,8 @@
server: { value:"",required:true},
port: {value:5222,required:true},
to: {value:""},
join: {value:"false"},
sendObject: { value:false },
join: {value:false},
sendObject: {value:false},
nick: {value:""}
},
inputs:1,