diff --git a/themes/bootstrap3/js/vendor/d3.js b/themes/bootstrap3/js/vendor/d3.min.js similarity index 100% rename from themes/bootstrap3/js/vendor/d3.js rename to themes/bootstrap3/js/vendor/d3.min.js diff --git a/themes/bootstrap3/templates/Recommend/VisualFacets.phtml b/themes/bootstrap3/templates/Recommend/VisualFacets.phtml index 9ef8e1e630da1929365d50f8056af15a48634002..a0b56b9cee5b95e53bb3738f81bff5baf2cda7df 100644 --- a/themes/bootstrap3/templates/Recommend/VisualFacets.phtml +++ b/themes/bootstrap3/templates/Recommend/VisualFacets.phtml @@ -1,5 +1,5 @@ <? - $this->headScript()->appendFile("vendor/d3.js"); + $this->headScript()->appendFile("vendor/d3.min.js"); $visualFacetSet = $this->recommend->getPivotFacetSet();