Merge pull request #570 from AngelFQC/7539

Fix load Moment.js library
1.10.x
Angel Fernando Quiroz Campos 10 years ago
commit d8843226df
  1. 2
      main/inc/lib/template.lib.php

@ -610,9 +610,9 @@ class Template
'jquery-ui/jquery-ui.min.js', 'jquery-ui/jquery-ui.min.js',
'bootstrap/dist/js/bootstrap.min.js', 'bootstrap/dist/js/bootstrap.min.js',
'ckeditor/ckeditor.js', 'ckeditor/ckeditor.js',
'moment/min/moment-with-locales.min.js',
'bootstrap-daterangepicker/daterangepicker.js', 'bootstrap-daterangepicker/daterangepicker.js',
'jquery-timeago/jquery.timeago.js', 'jquery-timeago/jquery.timeago.js',
'moment/min/moment-with-locales.min.js',
'mediaelement/build/mediaelement-and-player.min.js', 'mediaelement/build/mediaelement-and-player.min.js',
'jqueryui-timepicker-addon/dist/jquery-ui-timepicker-addon.min.js' 'jqueryui-timepicker-addon/dist/jquery-ui-timepicker-addon.min.js'
]; ];

Loading…
Cancel
Save