Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
gencay tekin
jitsi-meet
Commits
c29f9921
Commit
c29f9921
authored
8 years ago
by
yanas
Browse files
Options
Downloads
Plain Diff
Merge pull request #662 from aaronkvanmeerten/master
make the chatArrow image reference relative
parents
7f9c4d64
e6385bb9
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/UI/side_pannels/chat/Chat.js
+1
-1
modules/UI/side_pannels/chat/Chat.js
with
1 addition
and
1 deletion
modules/UI/side_pannels/chat/Chat.js
+
1
−
1
View file @
c29f9921
...
...
@@ -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>
'
+
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets