WebUI: disallow unnecessary semicolons

This commit is contained in:
Chocobo1
2025-04-17 18:48:12 +08:00
parent 45babc336d
commit 70dbe9468a
9 changed files with 19 additions and 18 deletions

View File

@@ -3128,7 +3128,7 @@ window.qBittorrent.DynamicTable ??= (() => {
img.height = "22";
td.append(img);
}
};
}
},
newColumn: function(name, style, caption, defaultWidth, defaultVisible) {
const column = {};