presence/app/assets/javascripts/jquery.ui.chatbox.sstreampresence.js in social_stream-0.23.2 vs presence/app/assets/javascripts/jquery.ui.chatbox.sstreampresence.js in social_stream-0.23.3

- old
+ new

@@ -221,10 +221,10 @@ ) .attr('role', 'button') .hover(function() {uiChatboxTitlebarGames.addClass('ui-state-hover');}, function() {uiChatboxTitlebarGames.removeClass('ui-state-hover');}) .click(function(event) { - pickGamesButton(self) + PRESENCE.GAME.INTERFACE.pickGamesButton(self) return false; }) .appendTo(uiChatboxTitlebar), uiChatboxTitlebarGamesText = $('<span></span>') .addClass('ui-icon-star ' + 'chat-thick ' + ' chat-gamesthick' ) \ No newline at end of file