5 lines
86 B
PHP
5 lines
86 B
PHP
|
<?php
|
||
|
//load the required js file
|
||
|
OC_UTIL::addScript('files_texteditor','editor');
|
||
|
?>
|