5 lines
91 B
PHP
5 lines
91 B
PHP
<?php
|
|
//load the required js file
|
|
OC_UTIL::addScript('files_textviewer','textviewer');
|
|
|
|
?>
|