Merge pull request #1068 from thelounge/patch-show-more
Enable show more button correctly
This commit is contained in:
commit
52814113a9
@ -464,7 +464,7 @@ $(function() {
|
|||||||
lastDate = msgDate;
|
lastDate = msgDate;
|
||||||
});
|
});
|
||||||
|
|
||||||
scrollable.find(".show-more").prop("disabled", false);
|
scrollable.find(".show-more-button").prop("disabled", false);
|
||||||
});
|
});
|
||||||
|
|
||||||
socket.on("network", function(data) {
|
socket.on("network", function(data) {
|
||||||
|
Loading…
Reference in New Issue
Block a user