From f88144860e25ab2d2f8dea5856edc98503fead36 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 25 Mar 2015 22:31:51 -0500 Subject: [PATCH] Oops again --- src/js/popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++ ) {