From ada85ca75eb16a93043b3f3a5a506a1f32042041 Mon Sep 17 00:00:00 2001 From: gorhill Date: Sat, 7 Feb 2015 23:40:51 -0500 Subject: [PATCH] this fixes https://github.com/gorhill/uBlock/issues/723#issuecomment-73395963 --- 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 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++ ) {