From 3af24f1c662e5bca365a2f46191f56a5159135ed Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 1 Mar 2026 19:31:15 +0100 Subject: loading text on form submit --- ui/client-scripts/src/pagination.ts | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ui/client-scripts/src/pagination.ts') 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 +*/ function init_paging() { const el = document.querySelector(".next_page") as HTMLAnchorElement -- cgit v1.3