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