diff options
Diffstat (limited to 'apps/accessibility/appinfo/app.php')
-rw-r--r-- | apps/accessibility/appinfo/app.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/accessibility/appinfo/app.php b/apps/accessibility/appinfo/app.php index 7f8e3c3262b..96621a16829 100644 --- a/apps/accessibility/appinfo/app.php +++ b/apps/accessibility/appinfo/app.php @@ -27,4 +27,5 @@ $app = new \OCA\Accessibility\AppInfo\Application(); // Separate from the constructor since the route are not initialized before that // 1. create the app // 2. generate css route and inject -$app->injectCss();
\ No newline at end of file +$app->injectCss(); +$app->injectJavascript();
\ No newline at end of file |