mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 17:56:16 +00:00
9 lines
312 B
HTML
9 lines
312 B
HTML
{% comment %}
|
|
This file is licensed under the MIT License (MIT) available on
|
|
http://opensource.org/licenses/MIT.
|
|
{% endcomment %}
|
|
|
|
{% comment %}<!-- Try to minimize the amount of JS on the download page -->{% endcomment %}
|
|
{% if page.id != 'download' %}
|
|
<script src="/js/bitcoin-core.js"></script>
|
|
{% endif %}
|