mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-17 16:02:33 +01:00
Oops again
This commit is contained in:
parent
8c0b906065
commit
f88144860e
@ -312,7 +312,7 @@ var buildAllFirewallRows = function() {
|
|||||||
|
|
||||||
// Remove and reuse all rows: the order may have changed, we can't just
|
// Remove and reuse all rows: the order may have changed, we can't just
|
||||||
// reuse them in-place.
|
// reuse them in-place.
|
||||||
rowsToRecycle = uDom('#firewallContainer > div:nth-of-type(8) ~ div').detach();
|
rowsToRecycle = uDom('#firewallContainer > div:nth-of-type(7) ~ div').detach();
|
||||||
|
|
||||||
var n = allHostnameRows.length;
|
var n = allHostnameRows.length;
|
||||||
for ( var i = 0; i < n; i++ ) {
|
for ( var i = 0; i < n; i++ ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user