Skip to content

Commit

Permalink
Fix: Fooundation 6 styling for the processing element needs to use th…
Browse files Browse the repository at this point in the history
…e `callout` class

- Fixes DataTablesSrc #82
  • Loading branch information
Allan Jardine committed Dec 2, 2016
1 parent 774d1e7 commit 4099cea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .datatables-commit-sync
@@ -1 +1 @@
add5798ef7f4eae3df9108554a2e7900f59b205f
3cd06b9ed0fa9fab3cdb2059f6b38ad1587e42b8
2 changes: 1 addition & 1 deletion media/js/dataTables.foundation.js
Expand Up @@ -47,7 +47,7 @@ meta.remove();

$.extend( DataTable.ext.classes, {
sWrapper: "dataTables_wrapper dt-foundation",
sProcessing: "dataTables_processing panel"
sProcessing: "dataTables_processing panel callout"
} );


Expand Down
2 changes: 1 addition & 1 deletion media/js/dataTables.foundation.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4099cea

Please sign in to comment.