diff --git a/bedrock/exp/templates/exp/base/base.html b/bedrock/exp/templates/exp/base/base.html index 0a0417258da..5da29de5e64 100644 --- a/bedrock/exp/templates/exp/base/base.html +++ b/bedrock/exp/templates/exp/base/base.html @@ -11,6 +11,8 @@ {# Pre-fetch the DNS lookup prior to loading the convert script #} {{ js_bundle('convert') }} + {% else %} + {{ js_bundle('jquery') }} {% endif %} {% endblock %}