[Pkg-owncloud-commits] [owncloud] 105/258: Load select2 on admin page
David Prévot
taffit at moszumanska.debian.org
Sat Oct 11 17:22:26 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 2e93300313968a4c1eb3a88f7c27891cc18cf192
Author: Vincent Petry <pvince81 at owncloud.com>
Date: Tue Sep 9 17:18:12 2014 +0200
Load select2 on admin page
---
settings/admin.php | 2 ++
1 file changed, 2 insertions(+)
diff --git a/settings/admin.php b/settings/admin.php
index f6c0b10..3b42aa8 100755
--- a/settings/admin.php
+++ b/settings/admin.php
@@ -11,6 +11,8 @@ OC_Util::addStyle( "settings", "settings" );
OC_Util::addScript( "settings", "admin" );
OC_Util::addScript( "settings", "log" );
OC_Util::addScript( 'core', 'multiselect' );
+OCP\Util::addScript('core', 'select2/select2');
+OCP\Util::addStyle('core', 'select2/select2');
OC_App::setActiveNavigationEntry( "admin" );
$tmpl = new OC_Template( 'settings', 'admin', 'user');
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list