Skip to content

Commit

Permalink
Load script only if RR
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Sep 9, 2024
1 parent 5c3c0fa commit 05f322e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion game/templates/game/scoreboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
<script src="{% static 'game/js/pqselect.min.js' %}"></script>
<script src="{% static 'game/js/jquery.outerhtml.js' %}"></script>
<script src="{% static 'game/js/scoreboard.js' %}"></script>
<script src="{% static 'game/js/scoreboardSharedLevels.js' %}"></script>
{% if language == "blockly" %}
<script src="{% static 'game/js/scoreboardSharedLevels.js' %}"></script>
{% endif %}
{% endblock %}

{% block css %}
Expand Down

0 comments on commit 05f322e

Please sign in to comment.