Commit 08e3d89ebf85d4227d708c3335f5c1ca3094a8a5
1 parent
97a5ea9e
change "moment.min.js" and datatable "datetime-moment.js" path
Showing
1 changed file
with
2 additions
and
3 deletions
Show diff stats
web/jQuery/CXM_jquery_datatable_plugins.anubis
| @@ -11,9 +11,8 @@ read calexium_lib/web/CXM_making_a_web_site.anubis | @@ -11,9 +11,8 @@ read calexium_lib/web/CXM_making_a_web_site.anubis | ||
| 11 | public define List(HTML_Head_Tag) jq_datatable_sorting | 11 | public define List(HTML_Head_Tag) jq_datatable_sorting |
| 12 | = | 12 | = |
| 13 | [ | 13 | [ |
| 14 | - js(js_file("js/jquery/plug-in/DataTables-1.10.7/plugins/sorting/moment.min.js")), | ||
| 15 | - js(js_file("js/jquery/plug-in/DataTables-1.10.7/plugins/sorting/datetime-moment.js")), | 14 | + js(js_file("js/moment.min.js")), |
| 15 | + js(js_file("js/jquery/plug-in/DataTables/datetime-moment.js")), | ||
| 16 | js_inline(jquery_ready("$.fn.dataTable.moment( 'DD/MM/YYYY HH:mm:ss' );")), | 16 | js_inline(jquery_ready("$.fn.dataTable.moment( 'DD/MM/YYYY HH:mm:ss' );")), |
| 17 | - | ||
| 18 | ]. | 17 | ]. |
| 19 | 18 |