mirror of
https://github.com/nextcloud/server.git
synced 2026-02-12 07:14:44 -05:00
6 lines
No EOL
193 B
PHP
6 lines
No EOL
193 B
PHP
<?php
|
|
//load the required files
|
|
OC_Util::addStyle( 'files_texteditor', 'style' );
|
|
OC_Util::addScript( 'files_texteditor', 'editor');
|
|
OC_Util::addScript( 'files_texteditor', 'aceeditor/ace');
|
|
?>
|