]> git.giorgioravera.it Git - network-manager.git/commitdiff
Fixed new line in js/common.js
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Wed, 18 Feb 2026 23:20:57 +0000 (00:20 +0100)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Wed, 18 Feb 2026 23:20:57 +0000 (00:20 +0100)
frontend/js/common.js

index 5b9ebd8af39034a18428a5a087839024af2b4963..7c608f48acc52456bc29719f9a0ccd3876c673ea 100644 (file)
@@ -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
+}