feat(sharing): More opt outs

Also fixes a bug where "Display Now" didn't work for pets with a space in their name.
This commit is contained in:
Sabe Jones
2015-10-28 17:48:16 -04:00
parent aad3e5ade6
commit 22caaa7eda
7 changed files with 36 additions and 12 deletions

View File

@@ -33,7 +33,7 @@ _.each(pages, function(name){
// -------- Social Media Sharing --------
var shareables = ['level-up','hatch-pet'];
var shareables = ['level-up','hatch-pet','raise-pet'];
_.each(shareables, function(name){
router.get('/social/' + name, i18n.getUserLanguage, locals, function(req, res) {