mirror of
https://github.com/Mottie/tablesorter.git
synced 2025-01-12 15:24:21 +00:00
Meta: update dependencies
This commit is contained in:
parent
07f9dd9f60
commit
95770d7432
@ -57,8 +57,8 @@
|
|||||||
"grunt-contrib-copy": "^1.0.0",
|
"grunt-contrib-copy": "^1.0.0",
|
||||||
"grunt-contrib-cssmin": "^2.0.0",
|
"grunt-contrib-cssmin": "^2.0.0",
|
||||||
"grunt-contrib-jshint": "^1.1.0",
|
"grunt-contrib-jshint": "^1.1.0",
|
||||||
"grunt-contrib-qunit": "^1.3.0",
|
"grunt-contrib-qunit": "^2.0.0",
|
||||||
"grunt-contrib-uglify": "^2.2.1",
|
"grunt-contrib-uglify": "^2.3.0",
|
||||||
"grunt-contrib-watch": "^1.0.0",
|
"grunt-contrib-watch": "^1.0.0",
|
||||||
"grunt-htmlhint": "^0.9.13",
|
"grunt-htmlhint": "^0.9.13",
|
||||||
"grunt-jscs": "^3.0.1",
|
"grunt-jscs": "^3.0.1",
|
||||||
|
@ -3,10 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Tablesorter Testing (WIP)</title>
|
<title>Tablesorter Testing (WIP)</title>
|
||||||
<link rel="stylesheet" href="testing/qunit-2.1.1.css">
|
<link rel="stylesheet" href="testing/qunit-2.3.1.css">
|
||||||
<link rel="stylesheet" href="testing/testing.css">
|
<link rel="stylesheet" href="testing/testing.css">
|
||||||
|
|
||||||
<script src="testing/qunit-2.1.1.js"></script>
|
<script src="testing/qunit-2.3.1.js"></script>
|
||||||
<script src="docs/js/jquery-latest.min.js"></script>
|
<script src="docs/js/jquery-latest.min.js"></script>
|
||||||
<script src="js/jquery.tablesorter.js"></script>
|
<script src="js/jquery.tablesorter.js"></script>
|
||||||
<script src="js/widgets/widget-filter.js"></script>
|
<script src="js/widgets/widget-filter.js"></script>
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
/*!
|
/*!
|
||||||
* QUnit 2.1.1
|
* QUnit 2.3.1
|
||||||
* https://qunitjs.com/
|
* https://qunitjs.com/
|
||||||
*
|
*
|
||||||
* Copyright jQuery Foundation and other contributors
|
* Copyright jQuery Foundation and other contributors
|
||||||
* Released under the MIT license
|
* Released under the MIT license
|
||||||
* https://jquery.org/license
|
* https://jquery.org/license
|
||||||
*
|
*
|
||||||
* Date: 2017-01-06T01:52Z
|
* Date: 2017-04-10T19:56Z
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** Font Family and Sizes */
|
/** Font Family and Sizes */
|
||||||
@ -236,7 +236,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#qunit-tests.hidepass li.running,
|
#qunit-tests.hidepass li.running,
|
||||||
#qunit-tests.hidepass li.pass {
|
#qunit-tests.hidepass li.pass:not(.todo) {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 0;
|
width: 0;
|
||||||
@ -384,6 +384,7 @@
|
|||||||
background-color: #EBECE9;
|
background-color: #EBECE9;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#qunit-tests .qunit-todo-label,
|
||||||
#qunit-tests .qunit-skipped-label {
|
#qunit-tests .qunit-skipped-label {
|
||||||
background-color: #F4FF77;
|
background-color: #F4FF77;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@ -394,6 +395,10 @@
|
|||||||
margin: -0.4em 0.4em -0.4em 0;
|
margin: -0.4em 0.4em -0.4em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#qunit-tests .qunit-todo-label {
|
||||||
|
background-color: #EEE;
|
||||||
|
}
|
||||||
|
|
||||||
/** Result */
|
/** Result */
|
||||||
|
|
||||||
#qunit-testresult {
|
#qunit-testresult {
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user