diff --git a/themes/bootstrap3/js/visual_facets.js b/themes/bootstrap3/js/visual_facets.js
index 56cc96558a917ee888e4db4b8e5ecfd7fe7b778e..fb1765393f5d75978c80f44d2b75e09838d6ae5e 100644
--- a/themes/bootstrap3/js/visual_facets.js
+++ b/themes/bootstrap3/js/visual_facets.js
@@ -66,6 +66,7 @@ function settitle() {
 
 function showVisualFacets(pivotdata) {
   if (!d3.select("#visualResults").empty()) {
+    $('#visualResults').html('');
     $('.limitSelect').css('display', 'none');
     $('.sortSelector').css('display', 'none');
     $('.pagination').css('display', 'none');