Skip to content

Commit

Permalink
Update emoji.js.erb
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
SamSaffron committed Sep 10, 2014
1 parent 91dcc56 commit 97c4446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/emoji/assets/javascripts/emoji.js.erb
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"{{#each options}}" +
"<li>" +
"<a href='#'>" +
"<img src='" + baseUrl + "plugins/emoji/images/{{this}}.png' class='emoji'> " +
"<img src='" + baseUrl + "plugins/emoji/images/{{this}}.png?v=1' class='emoji'> " +
"{{this}}</a>" +
"</li>" +
"{{/each}}" +
Expand Down

0 comments on commit 97c4446

Please sign in to comment.