diff --git a/Gruntfile.js b/Gruntfile.js index 00b81027b4..9f5a31d586 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -142,8 +142,9 @@ module.exports = function (grunt) { "api/js/etemplate/et2_widget_diff.js", "api/js/etemplate/et2_widget_dropdown_button.js", "api/js/etemplate/et2_widget_styles.js", + "api/js/jquery/magicsuggest/magicsuggest.js", + "api/js/etemplate/et2_widget_taglist.js", "api/js/etemplate/et2_widget_link.js", - "api/js/etemplate/et2_widget_selectAccount.js", "api/js/etemplate/et2_extension_customfields.js", "api/js/etemplate/et2_dataview_interfaces.js", "api/js/etemplate/et2_dataview_view_container.js", @@ -169,8 +170,6 @@ module.exports = function (grunt) { "api/js/ckeditor/adapters/jquery.js", "api/js/etemplate/et2_widget_htmlarea.js", "api/js/etemplate/et2_widget_tabs.js", - "api/js/jquery/magicsuggest/magicsuggest.js", - "api/js/etemplate/et2_widget_taglist.js", "api/js/etemplate/et2_widget_toolbar.js", "api/js/etemplate/et2_widget_tree.js", "api/js/etemplate/et2_widget_historylog.js", @@ -181,6 +180,7 @@ module.exports = function (grunt) { "api/js/etemplate/et2_widget_file.js", "api/js/etemplate/et2_widget_progress.js", "api/js/etemplate/et2_widget_portlet.js", + "api/js/etemplate/et2_widget_selectAccount.js", "api/js/etemplate/et2_widget_ajaxSelect.js", "api/js/etemplate/et2_widget_vfs.js", "api/js/etemplate/et2_widget_video.js",