summaryrefslogtreecommitdiff
path: root/modules/user
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-08-07 08:58:57 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-08-07 08:58:57 -0700
commitbc6c5207be18cf978cf4e8f5c22a3adbb8254476 (patch)
treec1da0ec54662a1d04221aede6f7511110ad95e64 /modules/user
parent9dce5685afb173e1c87991a60e6ad0768ad07570 (diff)
Refactor the gallery dialog into a jQuery widget
Diffstat (limited to 'modules/user')
-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..a487d565 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").galleryDialog());
});
}