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"> <script type="text/javascript">
////////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////////
@ -88,3 +89,4 @@
})(jQuery); })(jQuery);
}); });
</script> </script>
{% endif %}