From d9464de690801dc41dbd17232a95019f274ab172 Mon Sep 17 00:00:00 2001 From: Tom Needham Date: Wed, 5 Oct 2011 21:59:03 +0100 Subject: Updated saving feedback --- files/index.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'files/index.php') 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' ); -- cgit v1.2.3