Quick fix for ticket #144. Reapply event handler for delete link gDialog when group is refreshed.

This commit is contained in:
Chad Kieffer
2009-05-26 05:05:04 +00:00
parent 94e36344b2
commit 2966289b14

View File

@@ -28,6 +28,7 @@
{},
function(data) {
$("#group-" + group_id).html(data);
$("#group-" + group_id + " .gDialogLink").bind("click", handleDialogEvent);
});
}