Fixed Firefox only printing the first page

This commit is contained in:
squidfunk
2020-04-02 09:57:55 +02:00
parent fdea0a8a04
commit cfebec40e8
8 changed files with 21 additions and 10 deletions

View File

@@ -41,7 +41,7 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.c1451e9e.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.6cfc3703.min.css' | url }}">
{% if palette.primary or palette.accent %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.4444686e.min.css' | url }}">
{% endif %}
@@ -179,7 +179,7 @@
</div>
{% block scripts %}
<script src="{{ 'assets/javascripts/vendor.c1fcc1cc.min.js' | url }}"></script>
<script src="{{ 'assets/javascripts/bundle.ed8df680.min.js' | url }}"></script>
<script src="{{ 'assets/javascripts/bundle.94a68eae.min.js' | url }}"></script>
{%- set translations = {} -%}
{%- for key in [
"clipboard.copy",