Skip to content

Commit d7dac42

Browse files
committedApr 13, 2012
Fixes an emoticon and adds audio tags
1 parent eb68a15 commit d7dac42

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎app/assets/javascripts/backbone/plugins/emoticons.js.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Kandan.Plugins.Emoticons
2222
"(okay)" : "okay.jpg",
2323
"(omgface)" : "omgface.jpg",
2424
"(pokerface)" : "pokerface.jpg",
25-
"(problem)" : "problem.jpg",
25+
"(problem)" : "trollface.jpg",
2626
"(rageguy)" : "rageguy.jpg",
2727
"(seriously)" : "seriously.jpg",
2828
"(sweetjesus)" : "sweetjesus.jpg",

‎app/views/layouts/application.html.erb

+2
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,7 @@
3333

3434
<%= yield %>
3535

36+
<audio class="audio_private"></audio>
37+
<audio class="audio_common"></audio>
3638
</body>
3739
</html>

0 commit comments

Comments
 (0)
Please sign in to comment.