From 933aa5dfcbc9f7916d31290b7b1a3778fdb73229 Mon Sep 17 00:00:00 2001 From: barisusakli Date: Wed, 7 May 2014 16:11:58 -0400 Subject: [PATCH] #1501 --- public/src/modules/navigator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () {