set icon to 'faded' styles
This commit is contained in:
parent
086d4bae32
commit
4f6909fce3
@ -129,7 +129,7 @@ define([
|
||||
console.error('No more messages to fetch');
|
||||
channel.exhausted = true;
|
||||
console.log(channel);
|
||||
return;
|
||||
return void $moreHistory.addClass('faded');
|
||||
} else {
|
||||
channel.TAIL = msg.sig;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user