Skip to content

Commit

Permalink
merging
Browse files Browse the repository at this point in the history
  • Loading branch information
pengying committed Aug 8, 2011
2 parents 6a8258a + 787d22c commit 4d47f1a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ var changeAvatar = function(avatar){
var data = {
id: myAvatar.data-profile-id,
action: 'changeAvatar',
newAvatar: Avatars[avatar],
newAvatar: Avatars[avatar]
};
document.querySelector('#chat-window iframe').contentWindow.postMessage(
data, document.location.origin);
Expand Down
Binary file added app/tmp/34b3b4d3506ba6043eedc971682704fe.mp3
Binary file not shown.

0 comments on commit 4d47f1a

Please sign in to comment.