diff options
author | Tom Needham <needham.thomas@gmail.com> | 2011-10-05 16:32:01 +0100 |
---|---|---|
committer | Tom Needham <needham.thomas@gmail.com> | 2011-10-05 16:32:01 +0100 |
commit | edd958836e3cef5e93ae3ee59b4db398f8f86cad (patch) | |
tree | 17f61905e95dc294ae434bc1f4d4fc6681bc0bf5 /files/index.php | |
parent | 86825ee3b52a7a00a367a9909a37dfb8ad90a9c0 (diff) | |
download | nextcloud-server-edd958836e3cef5e93ae3ee59b4db398f8f86cad.tar.gz nextcloud-server-edd958836e3cef5e93ae3ee59b4db398f8f86cad.zip |
Moved addScript and addStyle calls to app.php
Diffstat (limited to 'files/index.php')
-rw-r--r-- | files/index.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/files/index.php b/files/index.php index 67324d4df2c..aa081d48804 100644 --- a/files/index.php +++ b/files/index.php @@ -30,12 +30,9 @@ OC_Util::checkLoggedIn(); // Load the files we need OC_Util::addStyle( "files", "files" ); -OC_Util::addStyle( 'files_texteditor', 'style' ); OC_Util::addScript( "files", "files" ); OC_Util::addScript( 'files', 'filelist' ); OC_Util::addScript( 'files', 'fileactions' ); -OC_Util::addScript( 'files_texteditor', 'editor'); -OC_Util::addScript( 'files_texteditor', 'aceeditor/ace'); if(!isset($_SESSION['timezone'])){ OC_Util::addScript( 'files', 'timezone' ); } |