diff --git a/src/js/popup.js b/src/js/popup.js index e3929b882..0de196b17 100644 --- a/src/js/popup.js +++ b/src/js/popup.js @@ -312,7 +312,7 @@ var buildAllFirewallRows = function() { // Remove and reuse all rows: the order may have changed, we can't just // 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; for ( var i = 0; i < n; i++ ) {