Comparing version 1.1.5 to 1.1.6
{ | ||
"name": "timbles", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "a p chill jQuery table plugin, made by people who literally did not invent tables", | ||
@@ -5,0 +5,0 @@ "main": "timbles", |
@@ -267,2 +267,3 @@ timbles.js | ||
## Changelog | ||
* 1.1.6 fixes bug with nested columns header clicks | ||
* 1.1.5 add initial inverse sort support | ||
@@ -269,0 +270,0 @@ * 1.1.4 prepare to plug in (a refactor for future features) |
@@ -184,3 +184,3 @@ /** | ||
// Determine order and update header sort classes | ||
var $sortHeader = $( event.target ); | ||
var $sortHeader = $( event.currentTarget ); | ||
var sortColumn = $sortHeader.data( 'timbles-column-index' ); | ||
@@ -187,0 +187,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
321713
41
288
1