From: Michael Gapczynski Date: Sun, 16 Sep 2012 17:27:15 +0000 (-0400) Subject: Add chosen script and style, bug fix for oc-1745 X-Git-Tag: v4.5.0beta4~10^2~18 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=89fb5d47a481ee48ac0cea80cf573c611fcf6e5b;p=nextcloud-server.git Add chosen script and style, bug fix for oc-1745 --- diff --git a/apps/files_external/settings.php b/apps/files_external/settings.php index b586ce1e8cd..d2be21b7116 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());