parent
67c08e8aae
commit
205b1c5fbd
|
@ -1,7 +1,7 @@
|
||||||
// TODO @robin to move this whole thing to es6
|
// TODO @robin to move this whole thing to es6
|
||||||
Discourse.Emoji = {};
|
Discourse.Emoji = {};
|
||||||
// bump up this number to expire all emojis
|
// bump up this number to expire all emojis
|
||||||
Discourse.Emoji.ImageVersion = "0"
|
Discourse.Emoji.ImageVersion = "1"
|
||||||
|
|
||||||
var emoji = <%= Emoji.standard.map(&:name).flatten.inspect %>;
|
var emoji = <%= Emoji.standard.map(&:name).flatten.inspect %>;
|
||||||
var aliases = <%= Emoji.aliases.inspect.gsub("=>", ":") %>;
|
var aliases = <%= Emoji.aliases.inspect.gsub("=>", ":") %>;
|
||||||
|
|
Loading…
Reference in New Issue