Skip to content

Commit

Permalink
Tables: Updated to DataTables 1.10.0 (fixes #5358)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjackson28 committed May 5, 2014
1 parent 36aeb5a commit 725c7bf
Show file tree
Hide file tree
Showing 10 changed files with 1,017 additions and 264 deletions.
1 change: 1 addition & 0 deletions .scss-lint.yml
Expand Up @@ -28,6 +28,7 @@ linters:
- "src/plugins/geomap/_ie8.scss"
- "src/plugins/geomap/_print.scss"
- "src/plugins/tables/_base.scss"
- "src/plugins/tables/_ie8.scss"
- "src/plugins/tables/_screen-sm-max.scss"
- "src/plugins/tables/_screen-xs-min.scss"
- "src/plugins/tables/_screen-xxs-max.scss"
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -23,7 +23,7 @@
],
"dependencies": {
"bootstrap-sass-official": "3.1.1",
"DataTables": "1.9.4",
"DataTables": "1.10.0",
"excanvas": "*",
"flot": "0.8.1",
"google-code-prettify": "1.0.0",
Expand Down
1 change: 1 addition & 0 deletions src/base/ie8-wet-boew.scss
Expand Up @@ -10,6 +10,7 @@
Plugins
*/
@import "../plugins/overlay/ie8";
@import "../plugins/tables/ie8";

/*
Polyfills
Expand Down

0 comments on commit 725c7bf

Please sign in to comment.