Last change
on this file since 1f7c934 was 7304c7f, checked in by beratkjufliju <kufliju@…>, 3 years ago |
added user authentication, create & forgot password methods and blades
|
-
Property mode
set to
100644
|
File size:
538 bytes
|
Rev | Line | |
---|
[7304c7f] | 1 | /*!
|
---|
| 2 | jQuery UI styling wrapper for Select
|
---|
| 3 | ©2018 SpryMedia Ltd - datatables.net/license
|
---|
| 4 | */
|
---|
| 5 | (function(c){"function"===typeof define&&define.amd?define(["jquery","datatables.net-jqui","datatables.net-select"],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-jqui")(a,b).$);b.fn.dataTable.select||require("datatables.net-select")(a,b);return c(b,a,a.document)}:c(jQuery,window,document)})(function(c,a,b,d){return c.fn.dataTable});
|
---|
Note:
See
TracBrowser
for help on using the repository browser.