diff --git a/public/src/modules/navigator.js b/public/src/modules/navigator.js index 648b3438b0..1f4e8beb50 100644 --- a/public/src/modules/navigator.js +++ b/public/src/modules/navigator.js @@ -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 () {