don't use effect when not needed

This commit is contained in:
Set Hallstrom 2019-11-25 16:51:38 +01:00
parent 94f3290888
commit 961e922bee

View file

@ -1,3 +1,4 @@
{% if page.url == '/' %}
<script type="text/javascript">
//////////////////////////////////////////////////////////////////////////////////
@ -87,4 +88,5 @@
})(jQuery);
});
</script>
</script>
{% endif %}