Enable show more button correctly

This commit is contained in:
Pavel Djundik 2017-04-22 19:04:46 +03:00 committed by GitHub
parent 78221fc50b
commit 7522847ecc

View File

@ -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) {