change reference to images directory for emoji, fixes #1935

This commit is contained in:
Nick Gordon
2013-11-27 20:46:18 -08:00
parent 63e44062b4
commit 1d03fee4e3

View File

@@ -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) { var toHtml = function (markdown) {
if (markdown == undefined) if (markdown == undefined)