barisusakli 11 years ago
parent efaa1e62c1
commit 933aa5dfcb

@ -76,7 +76,7 @@ define(function() {
navigator.updateTextAndProgressBar = function() {
$('#pagination').html(index + ' out of ' + count);
$('.progress-bar').width((index / count * 100) + '%');
$('.pagination-block .progress-bar').width((index / count * 100) + '%');
};
navigator.scrollToTop = function () {

Loading…
Cancel
Save