set icon to 'faded' styles

pull/1/head
ansuz 7 years ago
parent 086d4bae32
commit 4f6909fce3

@ -129,7 +129,7 @@ define([
console.error('No more messages to fetch'); console.error('No more messages to fetch');
channel.exhausted = true; channel.exhausted = true;
console.log(channel); console.log(channel);
return; return void $moreHistory.addClass('faded');
} else { } else {
channel.TAIL = msg.sig; channel.TAIL = msg.sig;
} }

Loading…
Cancel
Save