Web · Wiki · Activities · Blog · Lists · Chat · Meeting · Bugs · Git · Translate · Archive · People · Donate

Commit 087361f71990dd1d1c634d706b4e1c8f5802a1b3

Remove utf8 symbol from js sources
  • Diff rendering mode:
  • inline
  • side by side

js/ui/panes/connect.js

174 if (!channel[0])174 if (!channel[0])
175 chan_list.grab(new Element("option", {text: channel[2], disabled: "disabled"}));175 chan_list.grab(new Element("option", {text: channel[2], disabled: "disabled"}));
176 else {176 else {
177 var text = channel[1] + "  ·  " + channel[2];
177 var text = channel[1] + "  ·  " + channel[2];
178 chan_list.grab(new Element("option", {"id": channel[1], "html": text}));178 chan_list.grab(new Element("option", {"id": channel[1], "html": text}));
179 }179 }
180 var chan_initial = chan_list.options.namedItem(initialChannels);180 var chan_initial = chan_list.options.namedItem(initialChannels);