mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
feat(sharing): Buttons for more modals
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user