diff options
author | Tom Needham <needham.thomas@gmail.com> | 2011-10-05 21:59:03 +0100 |
---|---|---|
committer | Tom Needham <needham.thomas@gmail.com> | 2011-10-05 21:59:03 +0100 |
commit | d9464de690801dc41dbd17232a95019f274ab172 (patch) | |
tree | da9f8550714656fd4f2b0226f07ab7e59bcb0b11 /files/index.php | |
parent | 30343f15e206de739fda126417cf7392d8de5c8a (diff) | |
download | nextcloud-server-d9464de690801dc41dbd17232a95019f274ab172.tar.gz nextcloud-server-d9464de690801dc41dbd17232a95019f274ab172.zip |
Updated saving feedback
Diffstat (limited to 'files/index.php')
-rw-r--r-- | files/index.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/files/index.php b/files/index.php index aa081d48804..bd37598289a 100644 --- a/files/index.php +++ b/files/index.php @@ -29,6 +29,9 @@ 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' ); |