aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_textviewer/appinfo/app.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_textviewer/appinfo/app.php')
-rw-r--r--apps/files_textviewer/appinfo/app.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files_textviewer/appinfo/app.php b/apps/files_textviewer/appinfo/app.php
new file mode 100644
index 00000000000..7cf1905a530
--- /dev/null
+++ b/apps/files_textviewer/appinfo/app.php
@@ -0,0 +1,5 @@
+<?php
+//load the required js file
+OC_UTIL::addScript('files_textviewer','textviewer');
+
+?>