From: Giorgio Ravera Date: Wed, 18 Feb 2026 23:20:57 +0000 (+0100) Subject: Fixed new line in js/common.js X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=39729048705c46a56eca3a5b5c531e5be9536a93;p=network-manager.git Fixed new line in js/common.js --- 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 +}