mirror of
https://github.com/nextcloud/jsloader.git
synced 2026-03-25 03:06:26 +01:00
No description
|
|
||
|---|---|---|
| .github/workflows | ||
| appinfo | ||
| css | ||
| js | ||
| lib | ||
| LICENSES | ||
| templates | ||
| tests | ||
| .gitignore | ||
| .nextcloudignore | ||
| .php-cs-fixer.dist.php | ||
| composer.json | ||
| composer.lock | ||
| krankerl.toml | ||
| LICENSE | ||
| psalm.xml | ||
| README.md | ||
| REUSE.toml | ||
JavaScript loader app for Nextcloud
This application allows the admin to include JavaScript into all Nextcloud pages for web analytics for example.
How it works
Your custom JS code will be loaded as:
window.addEventListener('DOMContentLoaded', () => { YOUR_JS_CODE_HERE });
So please ensure your JS code syntax is valid.
Contribute
All contributions are considered to be licensed under the "AGPLv3 or any later version".
