Use relative paths

// FREEBIE
This commit is contained in:
lilia 2017-03-07 16:54:46 -08:00 committed by Scott Nonnenberg
parent 95e809636a
commit 859d49b3f4
No known key found for this signature in database
GPG key ID: A4931C09644C654B
21 changed files with 106 additions and 106 deletions

View file

@ -13,7 +13,7 @@
}
this.inits.env = 1;
this.include_title = true;
this.img_sets.apple.path = '/images/emoji/apple/';
this.img_sets.apple.path = 'images/emoji/apple/';
this.replace_mode = 'img';
};