witten
/
luminotes
Archived
1
0
Fork 0

Removing comma to make IE happy.

This commit is contained in:
Dan Helfman 2008-05-30 15:48:02 -07:00
parent 3c96f6ba8f
commit 79fe7245b6
1 changed files with 1 additions and 1 deletions

View File

@ -1746,7 +1746,7 @@ Wiki.prototype.display_settings = function () {
function connect_group_link( group, link ) {
connect( link, "onclick", function ( event ) {
this.invoker.invoke( "/groups/load_users", "GET", {
"group_id": group.object_id,
"group_id": group.object_id
}, function ( result ) {
self.display_group_settings( group, result );
} );