Merge pull request #4430 from RaceProUK/master

Allow for a little scrolling before dismissing bookmark alert
v1.18.x
Barış Soner Uşaklı 9 years ago
commit a2e5e7d9d3

@ -221,8 +221,10 @@ define('forum/topic', [
} else {
span.html('').hide();
}
if ($(window).scrollTop() > 300) {
app.removeAlert('bookmark');
}
}
Topic.calculateIndex = function(index, elementCount) {
if (index !== 1 && config.topicPostSort !== 'oldest_to_newest') {

Loading…
Cancel
Save