mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 22:54:15 +00:00
Merge pull request #1068 from thelounge/patch-show-more
Enable show more button correctly
This commit is contained in:
commit
52814113a9
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue