Refactor the gallery dialog into a jQuery widget

This commit is contained in:
Tim Almdal
2009-08-07 08:58:57 -07:00
parent 9dce5685af
commit bc6c5207be
8 changed files with 161 additions and 145 deletions

View File

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