remove some very old pre-tab private message stuff
This commit is contained in:
parent
a9dc45f727
commit
299a1c12e1
@ -300,7 +300,7 @@ html,body {
|
|||||||
|
|
||||||
/* Text */
|
/* Text */
|
||||||
|
|
||||||
.tx-sys, .tx-user, .tx-chat, .tx-private {
|
.tx-sys, .tx-user, .tx-chat {
|
||||||
white-space:pre-wrap;
|
white-space:pre-wrap;
|
||||||
}
|
}
|
||||||
.tx-time {
|
.tx-time {
|
||||||
@ -317,10 +317,6 @@ html,body {
|
|||||||
.tx-chat {
|
.tx-chat {
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
.tx-private {
|
|
||||||
color: red;
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* webkit scrollbars */
|
/* webkit scrollbars */
|
||||||
|
|
||||||
|
@ -131,13 +131,6 @@ var write = function(tab) {
|
|||||||
return this.time().
|
return this.time().
|
||||||
pubnick(u).raw(' ').
|
pubnick(u).raw(' ').
|
||||||
c('tx-chat', sanitise(s)).raw('<br/>');
|
c('tx-chat', sanitise(s)).raw('<br/>');
|
||||||
},
|
|
||||||
'priv': function(f, t, s) {
|
|
||||||
return this.time().
|
|
||||||
c('tx-user', '<'+hesc(f)+' -> '+hesc(t)+'>').
|
|
||||||
raw(' ').
|
|
||||||
c('tx-private', sanitise(s)).
|
|
||||||
raw('<br/>');
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user