mirror of
https://github.com/DataTables/DataTables.git
synced 2025-02-20 18:54:15 +01:00
Fix DataTables/DataTables #306 - jQuery UI class applied to all spans
- The class for sorting should only be applied to the sorting indicator
This commit is contained in:
parent
f5af4e28e0
commit
014a9c11dd
@ -1 +1 @@
|
|||||||
7f4d48a2c7236fcf850267b023a3888ef65bd918
|
19c4d9aac359243a5f0b68cbce72e4d81aa1fbea
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "datatables",
|
"name": "datatables",
|
||||||
"version": "1.10.0-rc.1",
|
"version": "1.10.0-rc.2.dev",
|
||||||
"main": [
|
"main": [
|
||||||
"media/js/jquery.dataTables.js",
|
"media/js/jquery.dataTables.js",
|
||||||
"media/css/jquery.dataTables.css"
|
"media/css/jquery.dataTables.css"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "datatables/datatables",
|
"name": "datatables/datatables",
|
||||||
"version": "1.10.0-rc.1",
|
"version": "1.10.0-rc.2.dev",
|
||||||
"description": "DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, which will add advanced interaction controls to any HTML table.",
|
"description": "DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, which will add advanced interaction controls to any HTML table.",
|
||||||
"homepage": "http://www.datatables.net/",
|
"homepage": "http://www.datatables.net/",
|
||||||
"author": "SpryMedia",
|
"author": "SpryMedia",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "DataTables",
|
"name": "DataTables",
|
||||||
"version": "1.10.0-rc.1",
|
"version": "1.10.0-rc.2.dev",
|
||||||
"description": "DataTables enhances HTML tables with the ability to sort, filter and page the data in the table very easily. It provides a comprehensive API and set of configuration options, allowing you to consume data from virtually any data source.",
|
"description": "DataTables enhances HTML tables with the ability to sort, filter and page the data in the table very easily. It provides a comprehensive API and set of configuration options, allowing you to consume data from virtually any data source.",
|
||||||
"homepage": "http://datatables.net/",
|
"homepage": "http://datatables.net/",
|
||||||
"docs": "http://datatables.net/",
|
"docs": "http://datatables.net/",
|
||||||
|
3
media/js/jquery.dataTables.js
vendored
3
media/js/jquery.dataTables.js
vendored
@ -13991,7 +13991,7 @@
|
|||||||
);
|
);
|
||||||
|
|
||||||
cell
|
cell
|
||||||
.find( 'span' )
|
.find( 'span.'+classes.sSortIcon )
|
||||||
.removeClass(
|
.removeClass(
|
||||||
classes.sSortJUIAsc +" "+
|
classes.sSortJUIAsc +" "+
|
||||||
classes.sSortJUIDesc +" "+
|
classes.sSortJUIDesc +" "+
|
||||||
@ -14009,7 +14009,6 @@
|
|||||||
}
|
}
|
||||||
} );
|
} );
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Public helper functions. These aren't used internally by DataTables, or
|
* Public helper functions. These aren't used internally by DataTables, or
|
||||||
* called by any of the options passed into DataTables, but they can be used
|
* called by any of the options passed into DataTables, but they can be used
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "DataTables",
|
"name": "DataTables",
|
||||||
"version": "1.10.0-rc.1",
|
"version": "1.10.0-rc.2.dev",
|
||||||
"title": "DataTables",
|
"title": "DataTables",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Allan Jardine",
|
"name": "Allan Jardine",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user