mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
WebUI: unify comment format
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user