Compare commits
2 Commits
30b090c527
...
3ca5f61221
| Author | SHA1 | Date | |
|---|---|---|---|
| 3ca5f61221 | |||
| 2a56bb093b |
@@ -9,6 +9,9 @@
|
||||
|
||||
|
||||
<script src='{% static "js/jquery_v3_6_4.js" %}'> </script>
|
||||
|
||||
|
||||
{% if user and not user.is_anonymous %}
|
||||
<script src='{% static "js/chat_sockets.js" %}'></script>
|
||||
<script src="{% static "js/global_js.js" %}"></script>
|
||||
<script>
|
||||
@@ -20,6 +23,7 @@
|
||||
const beep = new Audio('/static/sounds/beep_2.mp3')
|
||||
</script>
|
||||
|
||||
{% endif %}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user