From 2ba2200068dfe782ed9156a60a3ffea868723d4f Mon Sep 17 00:00:00 2001 From: Eugene Simakin Date: Sat, 20 Dec 2014 15:44:45 +0300 Subject: [PATCH] Update docs --- js/jquery.twbsPagination.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/jquery.twbsPagination.js b/js/jquery.twbsPagination.js index 6f1562b..9327f6d 100644 --- a/js/jquery.twbsPagination.js +++ b/js/jquery.twbsPagination.js @@ -1,5 +1,5 @@ /*! - * jQuery pagination plugin v1.2.4 + * jQuery pagination plugin v1.2.5 * http://esimakin.github.io/twbs-pagination/ * * Copyright 2014, Eugene Simakin @@ -189,7 +189,7 @@ var children = this.$listContainer.children(); children.filter(function () { - return $(this).data('page') === pages.currentPage; + return $(this).data('page') === pages.currentPage && $(this).data('page-type') === 'page'; }).addClass(this.options.activeClass); children.filter(function () {