jquery-tablesorter 1.19.2 → 1.19.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/jquery-tablesorter/version.rb +5 -1
- data/vendor/assets/javascripts/jquery-tablesorter/addons/pager/jquery.tablesorter.pager.js +2 -2
- data/vendor/assets/javascripts/jquery-tablesorter/jquery.tablesorter.combined.js +3 -3
- data/vendor/assets/javascripts/jquery-tablesorter/jquery.tablesorter.js +2 -2
- data/vendor/assets/javascripts/jquery-tablesorter/jquery.tablesorter.widgets.js +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d149c977d4eef786b52e3303d1fcd2318bafbc11
|
|
4
|
+
data.tar.gz: 7f46140dd3ef77f0fe4205020f420906e7214318
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1dfd69020e71883e894a7a2bcb3c7bcd1d9a2f5da11d2b995fb372a150a2288894fc950cdc5b152c599654f1a6acc8e3a9179e9c6a94ce02b97a6af721d66642
|
|
7
|
+
data.tar.gz: 464dc10ac61645a0ded0ef86d9246f7ff0a1a2d6ecf44d4a55c19f1166721a8d732eb4df82e06dd6392153c248c4393ed166769fe27787b8e2d5e84463abdcd8
|
data/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
Simple integration of jquery-tablesorter into the asset pipeline.
|
|
6
6
|
|
|
7
|
-
Current tablesorter version: 2.24.
|
|
7
|
+
Current tablesorter version: 2.24.5 (11/10/2015), [documentation]
|
|
8
8
|
|
|
9
9
|
Any issue associated with the js/css files, please report to [Mottie's fork].
|
|
10
10
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* tablesorter (FORK) pager plugin
|
|
3
|
-
* updated 11/10/2015 (v2.24.
|
|
3
|
+
* updated 11/10/2015 (v2.24.5)
|
|
4
4
|
*/
|
|
5
5
|
/*jshint browser:true, jquery:true, unused:false */
|
|
6
6
|
;(function($) {
|
|
@@ -389,7 +389,7 @@
|
|
|
389
389
|
// in case nothing is returned by ajax, empty out the table; see #1032
|
|
390
390
|
// but do it before calling pager_ajaxProcessing because that function may add content
|
|
391
391
|
// directly to the table
|
|
392
|
-
|
|
392
|
+
table.config.$tbodies.eq(0).empty();
|
|
393
393
|
|
|
394
394
|
// ajaxProcessing result: [ total, rows, headers ]
|
|
395
395
|
var i, j, t, hsh, $f, $sh, $headers, $h, icon, th, d, l, rr_count, len,
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██▀▀ ▀▀▀██
|
|
5
5
|
█████▀ ▀████▀ ██ ██ ▀████▀ ██ ██ ██ ██ ▀████▀ █████▀ ██ ██ █████▀
|
|
6
6
|
*/
|
|
7
|
-
/*! tablesorter (FORK) - updated 11-10-2015 (v2.24.
|
|
7
|
+
/*! tablesorter (FORK) - updated 11-10-2015 (v2.24.5)*/
|
|
8
8
|
/* Includes widgets ( storage,uitheme,columns,filter,stickyHeaders,resizable,saveSort ) */
|
|
9
9
|
(function(factory) {
|
|
10
10
|
if (typeof define === 'function' && define.amd) {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
}
|
|
17
17
|
}(function($) {
|
|
18
18
|
|
|
19
|
-
/*! TableSorter (FORK) v2.24.
|
|
19
|
+
/*! TableSorter (FORK) v2.24.5 *//*
|
|
20
20
|
* Client-side table sorting with ease!
|
|
21
21
|
* @requires jQuery v1.2.6+
|
|
22
22
|
*
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
'use strict';
|
|
40
40
|
var ts = $.tablesorter = {
|
|
41
41
|
|
|
42
|
-
version : '2.24.
|
|
42
|
+
version : '2.24.5',
|
|
43
43
|
|
|
44
44
|
parsers : [],
|
|
45
45
|
widgets : [],
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! TableSorter (FORK) v2.24.
|
|
1
|
+
/*! TableSorter (FORK) v2.24.5 *//*
|
|
2
2
|
* Client-side table sorting with ease!
|
|
3
3
|
* @requires jQuery v1.2.6+
|
|
4
4
|
*
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
'use strict';
|
|
22
22
|
var ts = $.tablesorter = {
|
|
23
23
|
|
|
24
|
-
version : '2.24.
|
|
24
|
+
version : '2.24.5',
|
|
25
25
|
|
|
26
26
|
parsers : [],
|
|
27
27
|
widgets : [],
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██▀▀ ▀▀▀██
|
|
5
5
|
█████▀ ▀████▀ ██ ██ ▀████▀ ██ ██ ██ ██ ▀████▀ █████▀ ██ ██ █████▀
|
|
6
6
|
*/
|
|
7
|
-
/*! tablesorter (FORK) - updated 11-10-2015 (v2.24.
|
|
7
|
+
/*! tablesorter (FORK) - updated 11-10-2015 (v2.24.5)*/
|
|
8
8
|
/* Includes widgets ( storage,uitheme,columns,filter,stickyHeaders,resizable,saveSort ) */
|
|
9
9
|
(function(factory) {
|
|
10
10
|
if (typeof define === 'function' && define.amd) {
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jquery-tablesorter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.19.
|
|
4
|
+
version: 1.19.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jun Lin
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2015-11-
|
|
12
|
+
date: 2015-11-12 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: railties
|