mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 08:25:46 +01:00
fixed #3030
This commit is contained in:
@@ -84,7 +84,7 @@ define('navigator', ['forum/pagination', 'components'], function(pagination, com
|
||||
return;
|
||||
}
|
||||
|
||||
$('.pagination-block').toggleClass('hidden', !flag);
|
||||
$('.pagination-block').toggleClass('invisible', !flag);
|
||||
}
|
||||
|
||||
navigator.update = function() {
|
||||
|
||||
Reference in New Issue
Block a user