Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarvin Thomas Rabe <m.rabe@echtzeitraum.de>2011-10-02 17:56:51 +0400
committerMarvin Thomas Rabe <m.rabe@echtzeitraum.de>2011-10-02 17:56:51 +0400
commit590b006d5c98fc805018350fdf0ec7ba9f641904 (patch)
treed445ee8b243365469db057d6ae2dd8f3ce5b7aa3 /settings/users.php
parent213275a1f89c2fbb0aeddd151d9500f67108845f (diff)
Removed unused javascript
Diffstat (limited to 'settings/users.php')
-rw-r--r--settings/users.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/settings/users.php b/settings/users.php
index 9ca2cb369f7..686c4b6a9bf 100644
--- a/settings/users.php
+++ b/settings/users.php
@@ -10,9 +10,8 @@ OC_Util::checkAdminUser();
// We have some javascript foo!
OC_Util::addScript( 'settings', 'users' );
+OC_Util::addScript( 'core', 'multiselect' );
OC_Util::addStyle( 'settings', 'settings' );
-OC_Util::addScript( '3rdparty', 'chosen/chosen.jquery.min' );
-OC_Util::addStyle( '3rdparty', 'chosen' );
OC_App::setActiveNavigationEntry( 'core_users' );
$users = array();