summaryrefslogtreecommitdiffstats
path: root/files
diff options
context:
space:
mode:
authorTom Needham <needham.thomas@gmail.com>2011-12-31 12:23:08 +0000
committerTom Needham <needham.thomas@gmail.com>2011-12-31 12:23:08 +0000
commit8efec8e900a21fde4382f543d877ef6cb421f7ad (patch)
treea8ee2059542153cc14ca27a61c9bccbe895e4ba1 /files
parent215cb1e6e064b7ec07ed3bb92d83d2c65c9166ac (diff)
downloadnextcloud-server-8efec8e900a21fde4382f543d877ef6cb421f7ad.tar.gz
nextcloud-server-8efec8e900a21fde4382f543d877ef6cb421f7ad.zip
Remove repeated code
Diffstat (limited to 'files')
-rw-r--r--files/index.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/files/index.php b/files/index.php
index fc69a42bec6..7f3c5c579e7 100644
--- a/files/index.php
+++ b/files/index.php
@@ -29,9 +29,6 @@ require_once('../lib/base.php');
OC_Util::checkLoggedIn();
// Load the files we need
-OC_Util::addStyle( 'files_texteditor', 'style' );
-OC_Util::addScript( 'files_texteditor', 'editor');
-OC_Util::addScript( 'files_texteditor', 'aceeditor/ace');
OC_Util::addStyle( "files", "files" );
OC_Util::addScript( "files", "files" );
OC_Util::addScript( 'files', 'filelist' );