mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-22 05:44:16 +00:00
change reference to images directory for emoji, fixes #1935
This commit is contained in:
parent
63e44062b4
commit
1d03fee4e3
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ habitrpg.directive('habitrpgSortable', ['User', function(User) {
|
|||
// }
|
||||
});
|
||||
|
||||
emoji.img_path = 'bower_components/gemoji/images/emoji/unicode/';
|
||||
emoji.img_path = 'bower_components/habitrpg-shared/img/emoji/unicode/';
|
||||
|
||||
var toHtml = function (markdown) {
|
||||
if (markdown == undefined)
|
||||
|
|
|
|||
Loading…
Reference in a new issue