perf: Optimize JS

This commit is contained in:
2025-01-31 16:37:45 +03:00
parent 1c7ef9650d
commit 7621f1d69e
5 changed files with 31 additions and 37 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
{% block content -%}{% endblock -%}
{% include '_sidenav.html' %}
<img id="help" src="{{ url_for('static', filename='imgs/icon.png') }}">
<img id="help" onclick="showPopup()" src="{{ url_for('static', filename='imgs/icon.png') }}">
</body>
</html>