mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
WebUI: disallow unnecessary semicolons
This commit is contained in:
@@ -3128,7 +3128,7 @@ window.qBittorrent.DynamicTable ??= (() => {
|
||||
img.height = "22";
|
||||
td.append(img);
|
||||
}
|
||||
};
|
||||
}
|
||||
},
|
||||
newColumn: function(name, style, caption, defaultWidth, defaultVisible) {
|
||||
const column = {};
|
||||
|
||||
Reference in New Issue
Block a user