From a8dafc2ff8259adb18a98c263dc1473aa24e454c Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Thu, 15 Nov 2018 14:08:13 +0100 Subject: Remove conflicting multiselect MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- settings/templates/settings/frame.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'settings') diff --git a/settings/templates/settings/frame.php b/settings/templates/settings/frame.php index a4f44294ad0..1734a92b064 100644 --- a/settings/templates/settings/frame.php +++ b/settings/templates/settings/frame.php @@ -23,7 +23,7 @@ style('settings', 'settings'); script('settings', [ 'settings', 'admin', 'log', 'certificates'] ); -script('core', ['multiselect', 'setupchecks']); +script('core', 'setupchecks'); script('files', 'jquery.fileupload'); ?> -- cgit v1.2.3