Browse Source

fix typo

Natenom/support-murmur-13-1446181288462
Michael Ziegler 14 years ago
parent
commit
85d04409a3
  1. 2
      pyweb/mumble/templates/mumble/mumble.html

2
pyweb/mumble/templates/mumble/mumble.html

@ -163,7 +163,7 @@
var now = new Date();
var img = Ext.fly("img_avatar");
img.dom.src = String.format("{0}?_dc={1}",
"{% url mumble.views.showTexture MumbleServer.id MumbleAccount.id %}?_dc=",
"{% url mumble.views.showTexture MumbleServer.id MumbleAccount.id %}",
now.getTime()
);
}

Loading…
Cancel
Save