Add support for iframeResizer

This commit is contained in:
Raphael Michel
2018-02-04 22:42:04 +01:00
parent 16ab0d29d6
commit a5af7a70f3
4 changed files with 2168 additions and 0 deletions

View File

@@ -70,6 +70,11 @@
{% else %}
<script src="{% statici18n LANGUAGE_CODE %}" async></script>
{% endif %}
{% if request.session.iframe_session %}
{% compress js %}
<script type="text/javascript" src="{% static "iframeresizer/iframeResizer.contentWindow.js" %}"></script>
{% endcompress %}
{% endif %}
{{ html_foot|safe }}
</body>
</html>