feat(sharing): Buttons for more modals

This commit is contained in:
Sabe Jones
2015-10-29 16:33:27 -04:00
parent 22caaa7eda
commit c28afc9abc
9 changed files with 76 additions and 22 deletions

View File

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