Browse Source

added links for players so JS will work

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

2
template/mumble/content.htm

@ -28,7 +28,7 @@
{% endspaceless %} {% endspaceless %}
{% if item.1.is_player %} {% if item.1.is_player %}
<img src="/static/mumble/talking_off.png" alt="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 %} {% else %}
{% if item.1.linked %} {% if item.1.linked %}
<img src="/static/mumble/channel_linked.png" alt="linked channel"/> <img src="/static/mumble/channel_linked.png" alt="linked channel"/>

Loading…
Cancel
Save