mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
change reference to images directory for emoji, fixes #1935
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user