Don't find more if disabled.
This commit is contained in:
parent
7ca90b2006
commit
924b7a0818
|
@ -51,9 +51,11 @@
|
|||
{% endblock %}
|
||||
|
||||
{% block script %}
|
||||
{% if not session.no_find_more %}
|
||||
<script>
|
||||
var other_props = {{ other_props | tojson }};
|
||||
</script>
|
||||
<script src="{{ url_for('static', filename='vue/vue.js') }}"></script>
|
||||
<script src="{{ url_for('static', filename='js/next.js') }}"></script>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue