mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
updated pager minified version
This commit is contained in:
parent
840aac3c61
commit
8c7826c103
@ -34,6 +34,11 @@ Included all original [document pages](http://mottie.github.com/tablesorter/docs
|
|||||||
|
|
||||||
View the [complete listing here](http://mottie.github.com/tablesorter/changelog.txt).
|
View the [complete listing here](http://mottie.github.com/tablesorter/changelog.txt).
|
||||||
|
|
||||||
|
#### Version 2.1.3.1 (3/17/2012)
|
||||||
|
|
||||||
|
* Merged in bug fixes contributed by [Rozwell](https://github.com/rozwell). Thanks!
|
||||||
|
* Updated pager minified version, along with version numbers.
|
||||||
|
|
||||||
#### Version 2.1.3 (3/12/2012)
|
#### Version 2.1.3 (3/12/2012)
|
||||||
|
|
||||||
* Added `usNumberFormat` option.
|
* Added `usNumberFormat` option.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* tablesorter pager plugin
|
* tablesorter pager plugin
|
||||||
* updated 3/16/2012
|
* updated 3/17/2012
|
||||||
*/
|
*/
|
||||||
|
|
||||||
(function($) {
|
(function($) {
|
||||||
|
4
addons/pager/jquery.tablesorter.pager.min.js
vendored
4
addons/pager/jquery.tablesorter.pager.min.js
vendored
File diff suppressed because one or more lines are too long
@ -1,5 +1,11 @@
|
|||||||
TableSorter Change Log
|
TableSorter Change Log
|
||||||
|
|
||||||
|
Version 2.1.3.1 (3/17/2012)
|
||||||
|
============================
|
||||||
|
|
||||||
|
* Merged in bug fixes contributed by [Rozwell](https://github.com/rozwell). Thanks!
|
||||||
|
* Updated pager minified version, along with version numbers.
|
||||||
|
|
||||||
Version 2.1.3 (3/12/2012)
|
Version 2.1.3 (3/12/2012)
|
||||||
============================
|
============================
|
||||||
|
|
||||||
|
@ -558,6 +558,11 @@ div.tablesorterPager input {
|
|||||||
<a id="change-log"></a>
|
<a id="change-log"></a>
|
||||||
<h1>Pager Change Log</h1>
|
<h1>Pager Change Log</h1>
|
||||||
|
|
||||||
|
<h4>Version 2.1.3.1 (3/17/2012)</h4>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://github.com/rozwell">Rozwell</a> contributed some <a href="https://github.com/Mottie/tablesorter/pull/35">bug fixes</a> that occur when <code class="hilight">cssPageSize</code> is not set. Thanks for sharing!</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<h4>Version 2.1</h4>
|
<h4>Version 2.1</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Ajax:
|
<li>Ajax:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "tablesorter",
|
"name": "tablesorter",
|
||||||
"version": "2.1.3",
|
"version": "2.1.3.1",
|
||||||
"title": "tablesorter",
|
"title": "tablesorter",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Christian Bach",
|
"name": "Christian Bach",
|
||||||
|
Loading…
Reference in New Issue
Block a user