diff options
Diffstat (limited to 'ui/client-scripts/src/pagination.ts')
| -rw-r--r-- | ui/client-scripts/src/pagination.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/client-scripts/src/pagination.ts b/ui/client-scripts/src/pagination.ts index 62362c1..3226f6c 100644 --- a/ui/client-scripts/src/pagination.ts +++ b/ui/client-scripts/src/pagination.ts @@ -1,3 +1,8 @@ +/* + This file is part of jellything (https://codeberg.org/metamuffin/jellything) + which is licensed under the GNU Affero General Public License (version 3); see /COPYING. + Copyright (C) 2026 metamuffin <metamuffin.org> +*/ function init_paging() { const el = document.querySelector(".next_page") as HTMLAnchorElement |