]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add chosen script and style, bug fix for oc-1745
authorMichael Gapczynski <mtgap@owncloud.com>
Sun, 16 Sep 2012 17:27:15 +0000 (13:27 -0400)
committerMichael Gapczynski <mtgap@owncloud.com>
Sun, 16 Sep 2012 17:27:27 +0000 (13:27 -0400)
apps/files_external/settings.php

index b586ce1e8cd0914309793397ba85219a9cf36bce..d2be21b71161491f083e841ad2b692c190bcfecf 100644 (file)
@@ -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());