diff --git a/public/img/party-unlocked.png b/public/img/party-unlocked.png new file mode 100644 index 0000000000..5daba47f35 Binary files /dev/null and b/public/img/party-unlocked.png differ diff --git a/src/app/browser.coffee b/src/app/browser.coffee index 80e69e88ca..83b860f3a8 100644 --- a/src/app/browser.coffee +++ b/src/app/browser.coffee @@ -112,16 +112,16 @@ module.exports.setupGrowlNotifications = (model) -> user.on 'set', 'flags.partyEnabled', (captures, args) -> return unless captures == true message = "Congratulations, you have unlocked the Party System! You can now group with your friends by adding their User Ids." - $('#add-party-button').popover + $('.main-avatar').popover title: "Pary System Unlocked" placement: 'bottom' trigger: 'manual' html: true content: "
- - #{message} [Close] + + #{message} [Close]
" - $('#add-party-button').popover 'show' + $('.main-avatar').popover 'show' # Setup listeners which trigger notifications