From 160b19eb70119196d71702c417dec34d5d97fd23 Mon Sep 17 00:00:00 2001 From: Alice Harris Date: Sat, 21 Mar 2015 21:56:27 +1000 Subject: [PATCH] remove growl notification about party settings saved after changing party order (not needed now that avatars in head are resorted immediately) --- common/script/public/userServices.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/common/script/public/userServices.js b/common/script/public/userServices.js index fb779be099..f866e133a9 100644 --- a/common/script/public/userServices.js +++ b/common/script/public/userServices.js @@ -30,8 +30,9 @@ angular.module('habitrpg') var user = {}; // this is stored as a reference accessible to all controllers, that way updates propagate var userNotifications = { - "party.order" : env.t("updatedParty"), - "party.orderAscending" : env.t("updatedParty") + // "party.order" : 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. //first we populate user with schema