Skip to content
Snippets Groups Projects
Commit 590b006d authored by Marvin Thomas Rabe's avatar Marvin Thomas Rabe
Browse files

Removed unused javascript

parent 213275a1
Branches
No related tags found
No related merge requests found
......@@ -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' );
......
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment