From 89fb5d47a481ee48ac0cea80cf573c611fcf6e5b Mon Sep 17 00:00:00 2001 From: Michael Gapczynski Date: Sun, 16 Sep 2012 13:27:15 -0400 Subject: [PATCH] Add chosen script and style, bug fix for oc-1745 --- apps/files_external/settings.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/files_external/settings.php b/apps/files_external/settings.php index b586ce1e8c..d2be21b711 100644 --- a/apps/files_external/settings.php +++ b/apps/files_external/settings.php @@ -21,7 +21,9 @@ */ OCP\Util::addScript('files_external', 'settings'); +OCP\Util::addscript('3rdparty', 'chosen/chosen.jquery.min'); OCP\Util::addStyle('files_external', 'settings'); +OCP\Util::addStyle('3rdparty', 'chosen/chosen'); $tmpl = new OCP\Template('files_external', 'settings'); $tmpl->assign('isAdminPage', true, false); $tmpl->assign('mounts', OC_Mount_Config::getSystemMountPoints());