mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 04:01:29 -05:00
allow users to override groups if needed
This commit is contained in:
parent
4f4c49f702
commit
3b033d2899
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue