We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb68a15 commit d7dac42Copy full SHA for d7dac42
app/assets/javascripts/backbone/plugins/emoticons.js.coffee
@@ -22,7 +22,7 @@ class Kandan.Plugins.Emoticons
22
"(okay)" : "okay.jpg",
23
"(omgface)" : "omgface.jpg",
24
"(pokerface)" : "pokerface.jpg",
25
- "(problem)" : "problem.jpg",
+ "(problem)" : "trollface.jpg",
26
"(rageguy)" : "rageguy.jpg",
27
"(seriously)" : "seriously.jpg",
28
"(sweetjesus)" : "sweetjesus.jpg",
app/views/layouts/application.html.erb
@@ -33,5 +33,7 @@
33
34
<%= yield %>
35
36
+ <audio class="audio_private"></audio>
37
+ <audio class="audio_common"></audio>
38
</body>
39
</html>
0 commit comments