remove link menu.js URL

This commit is contained in:
Jesús 2019-06-17 13:43:50 -05:00
parent 7b89143317
commit 3cb4edbd55
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -210,10 +210,5 @@
{% endfor %} {% endfor %}
{% endif %} {% endif %}
{% endif %} {% endif %}
<!-- JS Menu -->
<script src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/js/menu.js"
integrity="sha512-CXFGWsm84tnLAqPBzlsjiBo7XqmdX5csvBe+ik9Ge4bxuFnd64tg1azICN5RYEpnX0ke9AaLkxZMs49dGxFH5A=="
crossorigin="anonymous"></script>
<!-- End JS Menu -->
</body> </body>
</html> </html>