mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-23 13:04:23 +00:00
Fix missing semicolon in WebUI
This commit is contained in:
parent
f3c65f34b6
commit
9289b009b6
@ -1192,7 +1192,7 @@ var TorrentsTable = new Class({
|
|||||||
break; // do nothing
|
break; // do nothing
|
||||||
case CATEGORIES_UNCATEGORIZED:
|
case CATEGORIES_UNCATEGORIZED:
|
||||||
if (row['full_data'].category.length !== 0)
|
if (row['full_data'].category.length !== 0)
|
||||||
return false
|
return false;
|
||||||
break; // do nothing
|
break; // do nothing
|
||||||
default:
|
default:
|
||||||
if (categoryHashInt !== genHash(row['full_data'].category))
|
if (categoryHashInt !== genHash(row['full_data'].category))
|
||||||
@ -1478,7 +1478,7 @@ var SearchResultsTable = new Class({
|
|||||||
min: minSeeds,
|
min: minSeeds,
|
||||||
max: maxSeeds
|
max: maxSeeds
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
|
|
||||||
var filteredRows = [];
|
var filteredRows = [];
|
||||||
var rows = this.rows.getValues();
|
var rows = this.rows.getValues();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user