diff --git a/src/js/popup.js b/src/js/popup.js index c97d7f6a5..29a3a1666 100644 --- a/src/js/popup.js +++ b/src/js/popup.js @@ -256,7 +256,7 @@ var buildAllDynamicFilters = function() { // Remove and reuse all rows: the order may have changed, we can't just // reuse them in-place. - rowsToRecycle = uDom('#dynamicFilteringContainer > div:nth-of-type(7) ~ div').detach(); + rowsToRecycle = uDom('#dynamicFilteringContainer > div:nth-of-type(6) ~ div').detach(); var n = allHostnameRows.length; for ( var i = 0; i < n; i++ ) {