From a1e991b44958eccb12792faa71f440a850f104e2 Mon Sep 17 00:00:00 2001 From: Adolfo Fitoria Date: Tue, 30 Apr 2013 15:13:21 -0600 Subject: taking mathjax out of compress --- askbot/templates/meta/bottom_scripts.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/askbot/templates/meta/bottom_scripts.html b/askbot/templates/meta/bottom_scripts.html index 7af1d50d..eec4256d 100644 --- a/askbot/templates/meta/bottom_scripts.html +++ b/askbot/templates/meta/bottom_scripts.html @@ -56,16 +56,6 @@ -{% if settings.ENABLE_MATHJAX %} - {# we don't want to load mathjax just in case, only if it is really enabled #} - -{% endif %} {% endcompress %} {# stuff below should not be compressed #} +{% if settings.ENABLE_MATHJAX %} + {# we don't want to load mathjax just in case, only if it is really enabled #} + +{% endif %} {% if settings.USE_CUSTOM_JS %}