1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-02-19 17:54:14 +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:
Allan Jardine 2014-04-28 09:10:47 +01:00
parent f5af4e28e0
commit 014a9c11dd
6 changed files with 6 additions and 7 deletions

View File

@ -1 +1 @@
7f4d48a2c7236fcf850267b023a3888ef65bd918
19c4d9aac359243a5f0b68cbce72e4d81aa1fbea

View File

@ -1,6 +1,6 @@
{
"name": "datatables",
"version": "1.10.0-rc.1",
"version": "1.10.0-rc.2.dev",
"main": [
"media/js/jquery.dataTables.js",
"media/css/jquery.dataTables.css"

View File

@ -1,6 +1,6 @@
{
"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.",
"homepage": "http://www.datatables.net/",
"author": "SpryMedia",

View File

@ -1,6 +1,6 @@
{
"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.",
"homepage": "http://datatables.net/",
"docs": "http://datatables.net/",

View File

@ -13991,7 +13991,7 @@
);
cell
.find( 'span' )
.find( 'span.'+classes.sSortIcon )
.removeClass(
classes.sSortJUIAsc +" "+
classes.sSortJUIDesc +" "+
@ -14009,7 +14009,6 @@
}
} );
/*
* 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

View File

@ -1,6 +1,6 @@
{
"name": "DataTables",
"version": "1.10.0-rc.1",
"version": "1.10.0-rc.2.dev",
"title": "DataTables",
"author": {
"name": "Allan Jardine",