Load ckeditor js plugin only when user is logged on - Refs #8233

1.10.x
José Loguercio 9 years ago
parent c312f5a1ad
commit 0ea0a859c5
  1. 2
      main/inc/lib/template.lib.php

@ -670,7 +670,7 @@ class Template
'bootstrap/dist/js/bootstrap.min.js',
'jquery-ui/jquery-ui.min.js',
'moment/min/moment-with-locales.min.js',
'ckeditor/ckeditor.js',
api_is_anonymous() ? '' : 'ckeditor/ckeditor.js',
'bootstrap-daterangepicker/daterangepicker.js',
'jquery-timeago/jquery.timeago.js',
'mediaelement/build/mediaelement-and-player.min.js',

Loading…
Cancel
Save