This commit is contained in:
barisusakli
2014-05-07 16:11:58 -04:00
parent efaa1e62c1
commit 933aa5dfcb

View File

@@ -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 () {