mirror of
https://github.com/zhaoolee/ChineseBQB.git
synced 2026-01-13 06:14:57 +08:00
5 lines
201 B
Plaintext
Executable File
5 lines
201 B
Plaintext
Executable File
{% if theme.save_scroll %}
|
|
<script src="{{ url_for(theme.js) }}/js.cookie.js?v={{ version }}"></script>
|
|
<script src="{{ url_for(theme.js) }}/scroll-cookie.js?v={{ version }}"></script>
|
|
{% endif %}
|