From 1d03fee4e3f8c23d0924642af4556f58f39e20ef Mon Sep 17 00:00:00 2001 From: Nick Gordon Date: Wed, 27 Nov 2013 20:46:18 -0800 Subject: [PATCH] change reference to images directory for emoji, fixes #1935 --- public/js/directives/directives.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/directives/directives.js b/public/js/directives/directives.js index b5a35a69c1..be8982f076 100644 --- a/public/js/directives/directives.js +++ b/public/js/directives/directives.js @@ -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)