From 39729048705c46a56eca3a5b5c531e5be9536a93 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Thu, 19 Feb 2026 00:20:57 +0100 Subject: [PATCH] Fixed new line in js/common.js --- frontend/js/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/js/common.js b/frontend/js/common.js index 5b9ebd8..7c608f4 100644 --- a/frontend/js/common.js +++ b/frontend/js/common.js @@ -304,4 +304,4 @@ export function initSortableTable() { if (!table) return; const ths = table.querySelectorAll("thead th"); ths.forEach(th => th.setAttribute("aria-sort", "none")); -} \ No newline at end of file +} -- 2.47.3