mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 08:25:46 +01:00
This commit is contained in:
@@ -76,7 +76,7 @@ define(function() {
|
|||||||
|
|
||||||
navigator.updateTextAndProgressBar = function() {
|
navigator.updateTextAndProgressBar = function() {
|
||||||
$('#pagination').html(index + ' out of ' + count);
|
$('#pagination').html(index + ' out of ' + count);
|
||||||
$('.progress-bar').width((index / count * 100) + '%');
|
$('.pagination-block .progress-bar').width((index / count * 100) + '%');
|
||||||
};
|
};
|
||||||
|
|
||||||
navigator.scrollToTop = function () {
|
navigator.scrollToTop = function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user