Skip to content

Commit 777ca99

Browse files
committed
Add assets back in git
1 parent 342f790 commit 777ca99

22 files changed

+768
-6
lines changed

.gitignore

-3
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,4 @@ dist
109109
/build/
110110
/public/
111111
*.code-workspace
112-
/assets/js/jquery.*
113-
/assets/js/*dataTables.*
114-
/assets/css/*dataTables*
115112
*.tgz
+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/*!
2+
DataTables styling wrapper for ColReorder
3+
©2018 SpryMedia Ltd - datatables.net/license
4+
*/
5+
(function(c){"function"===typeof define&&define.amd?define(["jquery","datatables.net-dt","datatables.net-colreorder"],function(a){return c(a,window,document)}):"object"===typeof exports?module.exports=function(a,b){a||(a=window);b&&b.fn.dataTable||(b=require("datatables.net-dt")(a,b).$);b.fn.dataTable.ColReorder||require("datatables.net-colreorder")(a,b);return c(b,a,a.document)}:c(jQuery,window,document)})(function(c,a,b,d){return c.fn.dataTable});

assets/js/dataTables.colReorder.min.js

+40
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/*!
2+
DataTables styling integration
3+
©2018 SpryMedia Ltd - datatables.net/license
4+
*/
5+
(function(c){"function"===typeof define&&define.amd?define(["jquery","datatables.net"],function(a){return c(a,window,document)}):"object"===typeof exports?module.exports=function(a,b){a||(a=window);b&&b.fn.dataTable||(b=require("datatables.net")(a,b).$);return c(b,a,a.document)}:c(jQuery,window,document)})(function(c,a,b,d){return c.fn.dataTable});

0 commit comments

Comments
 (0)