mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
remove growl notification about party settings saved after changing party order (not needed now that avatars in head are resorted immediately)
This commit is contained in:
@@ -30,8 +30,9 @@ angular.module('habitrpg')
|
|||||||
var user = {}; // this is stored as a reference accessible to all controllers, that way updates propagate
|
var user = {}; // this is stored as a reference accessible to all controllers, that way updates propagate
|
||||||
|
|
||||||
var userNotifications = {
|
var userNotifications = {
|
||||||
"party.order" : env.t("updatedParty"),
|
// "party.order" : env.t("updatedParty"),
|
||||||
"party.orderAscending" : env.t("updatedParty")
|
// "party.orderAscending" : env.t("updatedParty")
|
||||||
|
// party.order notifications are not currently needed because the party avatars are resorted immediately now
|
||||||
}; // this is a list of notifications to send to the user when changes are made, along with the message.
|
}; // this is a list of notifications to send to the user when changes are made, along with the message.
|
||||||
|
|
||||||
//first we populate user with schema
|
//first we populate user with schema
|
||||||
|
|||||||
Reference in New Issue
Block a user