aboutsummaryrefslogtreecommitdiff
path: root/ui/client-scripts/src/pagination.ts
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2026-03-01 19:31:15 +0100
committermetamuffin <metamuffin@disroot.org>2026-03-01 19:31:15 +0100
commit3af24f1c662e5bca365a2f46191f56a5159135ed (patch)
tree37fe05b4e3c84543068f6d3cc52a176ceda14449 /ui/client-scripts/src/pagination.ts
parent32bc074ea9b9f8a1f1fb03aea5f374194b7a712c (diff)
downloadjellything-3af24f1c662e5bca365a2f46191f56a5159135ed.tar
jellything-3af24f1c662e5bca365a2f46191f56a5159135ed.tar.bz2
jellything-3af24f1c662e5bca365a2f46191f56a5159135ed.tar.zst
loading text on form submit
Diffstat (limited to 'ui/client-scripts/src/pagination.ts')
-rw-r--r--ui/client-scripts/src/pagination.ts5
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