summaryrefslogtreecommitdiffstats
path: root/apps/files_texteditor/appinfo/app.php
blob: 1bf09b5da2a1c0c847a43745302fd2fb77ca842e (plain)
1
2
3
4
5
6
<?php
//load the required files
OC_Util::addStyle( 'files_texteditor', 'style' );
OC_Util::addScript( 'files_texteditor', 'editor');
OC_Util::addScript( 'files_texteditor', 'aceeditor/ace');
?>