mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 11:25:24 +00:00
allow users to override groups if needed
This commit is contained in:
parent
4f4c49f702
commit
3b033d2899
@ -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}}"+
|
||||
|
Loading…
x
Reference in New Issue
Block a user