From 590b006d5c98fc805018350fdf0ec7ba9f641904 Mon Sep 17 00:00:00 2001
From: Marvin Thomas Rabe <m.rabe@echtzeitraum.de>
Date: Sun, 2 Oct 2011 15:56:51 +0200
Subject: [PATCH] Removed unused javascript

---
 settings/personal.php | 1 -
 settings/users.php    | 3 +--
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/settings/personal.php b/settings/personal.php
index 0e15f176f9..c27ca0aed6 100644
--- a/settings/personal.php
+++ b/settings/personal.php
@@ -10,7 +10,6 @@ OC_Util::checkLoggedIn();
 
 // Highlight navigation entry
 OC_Util::addScript( 'settings', 'personal' );
-OC_Util::addScript( 'core', 'multiselect' );
 OC_Util::addStyle( 'settings', 'settings' );
 OC_Util::addScript( '3rdparty', 'chosen/chosen.jquery.min' );
 OC_Util::addStyle( '3rdparty', 'chosen' );
diff --git a/settings/users.php b/settings/users.php
index 9ca2cb369f..686c4b6a9b 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();
-- 
GitLab