mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-19 21:41:08 +02:00
really fix pagination on mobile
This commit is contained in:
@@ -70,7 +70,7 @@ define('navigator', ['forum/pagination', 'components'], function (pagination, co
|
||||
}
|
||||
});
|
||||
|
||||
paginationBlockEl.find('.visible-xs').on('touchstart', function (e) {
|
||||
$('.pagination-block.visible-xs').on('touchstart', function (e) {
|
||||
touchTooltipEl = $('.navigator-thumb');
|
||||
touchTooltipEl.removeClass('hidden');
|
||||
touchX = Math.min($(window).width(), Math.max(0, e.touches[0].clientX));
|
||||
|
||||
Reference in New Issue
Block a user