Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update jquery.twbsPagination.js from master
  • Loading branch information
Eugene Simakin committed Oct 4, 2016
1 parent a684fa3 commit ffdcaf4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion js/jquery.twbsPagination.js
Expand Up @@ -258,8 +258,10 @@
}
if (search.indexOf('?') === 0) search = search.substr(1);
return search;
},
getCurrentPage: function () {
return this.currentPage;
}

};

// PLUGIN DEFINITION
Expand Down

0 comments on commit ffdcaf4

Please sign in to comment.