Browse Source

added links for players so JS will work

Natenom/support-murmur-13-1446181288462
Michael Ziegler 15 years ago
parent
commit
49bec6bc16
  1. 2
      template/mumble/content.htm

2
template/mumble/content.htm

@ -28,7 +28,7 @@
{% endspaceless %}
{% if item.1.is_player %}
<img src="/static/mumble/talking_off.png" alt="player" />
{{ item.1.name }}
<a id="link_{{ item.1.id }}" class="dingen" href="#">{{ item.1.name }}</a>
{% else %}
{% if item.1.linked %}
<img src="/static/mumble/channel_linked.png" alt="linked channel"/>

Loading…
Cancel
Save