mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user