nextcloud/apps/files_texteditor/appinfo/app.php

5 lines
86 B
PHP
Raw Normal View History

2011-10-02 01:48:00 +04:00
<?php
//load the required js file
OC_UTIL::addScript('files_texteditor','editor');
?>