From 4f6909fce34b6d4cdfbd0470caf19555c04d08bb Mon Sep 17 00:00:00 2001 From: ansuz Date: Thu, 14 Sep 2017 12:07:21 +0200 Subject: [PATCH] set icon to 'faded' styles --- www/contacts/messenger-ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/contacts/messenger-ui.js b/www/contacts/messenger-ui.js index 089f1f992..0119bcd7c 100644 --- a/www/contacts/messenger-ui.js +++ b/www/contacts/messenger-ui.js @@ -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; }