Commit c29f9921 authored by yanas's avatar yanas
Browse files

Merge pull request #662 from aaronkvanmeerten/master

make the chatArrow image reference relative
parents 7f9c4d64 e6385bb9
No related merge requests found
Showing with 1 addition and 1 deletion
......@@ -245,7 +245,7 @@ var Chat = {
var messageContainer =
'<div class="chatmessage">'+
'<img src="../images/chatArrow.svg" class="chatArrow">' +
'<img src="images/chatArrow.svg" class="chatArrow">' +
'<div class="username ' + divClassName +'">' + escDisplayName +
'</div>' + '<div class="timestamp">' + getCurrentTime(stamp) +
'</div>' + '<div class="usermessage">' + message + '</div>' +
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment