Change js load order.

1.10.x
Julio Montoya 11 years ago
parent 62412bdd63
commit 1475938b1e
  1. 2
      main/inc/lib/template.lib.php

@ -607,10 +607,10 @@ class Template
$bowerJsFiles = [
'modernizr/modernizr.js',
'jquery/dist/jquery.min.js',
'moment/min/moment-with-locales.min.js',
'jquery-ui/jquery-ui.min.js',
'bootstrap/dist/js/bootstrap.min.js',
'ckeditor/ckeditor.js',
'moment/min/moment-with-locales.min.js',
'bootstrap-daterangepicker/daterangepicker.js',
'jquery-timeago/jquery.timeago.js',
'mediaelement/build/mediaelement-and-player.min.js',

Loading…
Cancel
Save