Skip to content
Snippets Groups Projects
Commit 89fb5d47 authored by Michael Gapczynski's avatar Michael Gapczynski
Browse files

Add chosen script and style, bug fix for oc-1745

parent 158af74b
No related branches found
No related tags found
No related merge requests found
......@@ -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());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment