develop
Last change
on this file since bbcbb57 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:
625 bytes
|
Rev | Line | |
---|
[7304c7f] | 1 | /*!
|
---|
| 2 | jQuery UI integration for DataTables' AutoFill
|
---|
| 3 | ©2015 SpryMedia Ltd - datatables.net/license
|
---|
| 4 | */
|
---|
| 5 | (function(b){"function"===typeof define&&define.amd?define(["jquery","datatables.net-jqui","datatables.net-autofill"],function(a){return b(a,window,document)}):"object"===typeof exports?module.exports=function(a,c){a||(a=window);c&&c.fn.dataTable||(c=require("datatables.net-jqui")(a,c).$);c.fn.dataTable.AutoFill||require("datatables.net-autofill")(a,c);return b(c,a,a.document)}:b(jQuery,window,document)})(function(b,a,c,d){b=b.fn.dataTable;b.AutoFill.classes.btn="ui-button ui-state-default ui-corner-all";
|
---|
| 6 | return b});
|
---|
Note:
See
TracBrowser
for help on using the repository browser.