WebUI: unify comment format

This commit is contained in:
Chocobo1
2024-06-09 18:43:47 +08:00
parent bf4e0df386
commit 648dd9988d
7 changed files with 29 additions and 28 deletions

View File

@@ -76,7 +76,7 @@ window.qBittorrent.PropWebseeds = (function() {
this.updateRow(tableRow, row);
return;
}
//this.removeRow(id);
// this.removeRow(id);
const tr = new Element("tr");
this.rows.set(url, tr);
for (let i = 0; i < row.length; ++i) {