revert
This commit is contained in:
parent
671db6e483
commit
35ff3759f4
@ -857,11 +857,6 @@ ConvoBar.prototype.show = function(msgid) {
|
|||||||
function Chat(domElem, channel, options) {
|
function Chat(domElem, channel, options) {
|
||||||
var self = this;
|
var self = this;
|
||||||
this.name = channel.toLowerCase();
|
this.name = channel.toLowerCase();
|
||||||
if (this.name == "") {
|
|
||||||
this.name = "ukko";
|
|
||||||
} else {
|
|
||||||
this.name = "overchan." + this.name;
|
|
||||||
}
|
|
||||||
this.domElem = domElem;
|
this.domElem = domElem;
|
||||||
this.lastOp = null;
|
this.lastOp = null;
|
||||||
if (options) {
|
if (options) {
|
||||||
|
Reference in New Issue
Block a user