Skip to content

Commit

Permalink
Fixed bug with hard-coded organization name
Browse files Browse the repository at this point in the history
all roads no longer lead to wayfair's dank emoji stash; roads are now configurable
  • Loading branch information
Matt Hughes committed Dec 22, 2017
1 parent 81a8347 commit f7bc8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload-emoji.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $('form').on('drop', function(e) {
name = fileName.substr(0, fileName.lastIndexOf('.')) || fileName;
ajaxData.append('name', name);
$.ajax({
url: 'https://wayfair.slack.com/customize/emoji',
url: '/customize/emoji',
type: 'POST',
data: ajaxData,
cache: false,
Expand Down

0 comments on commit f7bc8e3

Please sign in to comment.