Skip to content

Commit

Permalink
web; fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
borisfaure committed Sep 27, 2010
1 parent dd67c78 commit da26891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amsn2/ui/front_ends/web/static/js/amsn2.js
Expand Up @@ -116,7 +116,7 @@ function setPresence(p)
var sL = $('presenceList');
sL.hide();

new Ajax.Request('/presenceChanged',
new Ajax.Request('/changePresence',
{parameters:
{p: p}
});
Expand Down

0 comments on commit da26891

Please sign in to comment.