Skip to content

Commit

Permalink
Fixes an emoticon and adds audio tags
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrove committed Apr 13, 2012
1 parent eb68a15 commit d7dac42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Kandan.Plugins.Emoticons
"(okay)" : "okay.jpg",
"(omgface)" : "omgface.jpg",
"(pokerface)" : "pokerface.jpg",
"(problem)" : "problem.jpg",
"(problem)" : "trollface.jpg",
"(rageguy)" : "rageguy.jpg",
"(seriously)" : "seriously.jpg",
"(sweetjesus)" : "sweetjesus.jpg",
Expand Down
2 changes: 2 additions & 0 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,7 @@

<%= yield %>

<audio class="audio_private"></audio>
<audio class="audio_common"></audio>
</body>
</html>

0 comments on commit d7dac42

Please sign in to comment.