summaryrefslogtreecommitdiff
path: root/modules/user/views
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-08-08 01:14:51 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-08-08 01:14:51 -0600
commited6302a0adbdee604722ce93ad975a55e1d02397 (patch)
tree434fe1d24e827962b1d7204aad7a35cc932e87d1 /modules/user/views
parent6357f3332b9bc33b10c11dc93b83ba9e72eec109 (diff)
parent828f6add509c26ee183b44b4ad4f927f34d04509 (diff)
Merge branch 'master' of git@github.com:bharat/gallery3
Diffstat (limited to 'modules/user/views')
-rw-r--r--modules/user/views/admin_users.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/views/admin_users.html.php b/modules/user/views/admin_users.html.php
index 542b8b8b..9bd4c068 100644
--- a/modules/user/views/admin_users.html.php
+++ b/modules/user/views/admin_users.html.php
@@ -28,7 +28,7 @@
{},
function(data) {
$("#group-" + group_id).html(data);
- $("#group-" + group_id + " .gDialogLink").bind("click", handleDialogEvent);
+ $("#group-" + group_id + " .gDialogLink").gallery_dialog();
});
}