Merge pull request #1068 from thelounge/patch-show-more

Enable show more button correctly
This commit is contained in:
Jérémie Astori 2017-04-22 12:50:01 -04:00 committed by GitHub
commit 52814113a9

View file

@ -464,7 +464,7 @@ $(function() {
lastDate = msgDate;
});
scrollable.find(".show-more").prop("disabled", false);
scrollable.find(".show-more-button").prop("disabled", false);
});
socket.on("network", function(data) {