This website works better with JavaScript.
Home
Explore
Help
Sign In
jfinn
/
jitsi_mod
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix(chat): return formatted body to show smileys
master
Leonard Kim
7 years ago
parent
423c8d3f53
commit
5d31532cbb
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
modules/UI/side_pannels/chat/Replacement.js
+ 1
- 1
modules/UI/side_pannels/chat/Replacement.js
View File
@@ -54,5 +54,5 @@ function smilify(body) {
54
54
}
55
55
}
56
56
57
- return
b
ody;
57
+ return
formattedB
ody;
58
58
}
Write
Preview
Loading…
Cancel
Save