allow users to override groups if needed

This commit is contained in:
Sam 2014-12-09 12:09:46 +11:00
parent 4f4c49f702
commit 3b033d2899

View file

@ -28,6 +28,9 @@ groups.forEach(function(group){
});
});
// export so others can modify
Discourse.Emoji.groups = groups;
var renderPage = Handlebars.compile(
"<table class='emoji-page'>" +
"{{#each this}}"+