mirror of
https://github.com/simple-login/app.git
synced 2024-11-01 03:21:01 +01:00
8 lines
165 B
JavaScript
8 lines
165 B
JavaScript
|
require.config({
|
||
|
shim: {
|
||
|
'datatables': ['jquery','core'],
|
||
|
},
|
||
|
paths: {
|
||
|
'datatables': 'assets/plugins/datatables/datatables.min',
|
||
|
}
|
||
|
});
|