diff options
Diffstat (limited to 'src/js/popup.js')
-rw-r--r-- | src/js/popup.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/popup.js b/src/js/popup.js index c97d7f6..29a3a16 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++ ) { |