mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-21 11:59:13 -04:00
Refactor the gallery dialog into a jQuery widget
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
{},
|
||||
function(data) {
|
||||
$("#group-" + group_id).html(data);
|
||||
$("#group-" + group_id + " .gDialogLink").bind("click", handleDialogEvent);
|
||||
$("#group-" + group_id + " .gDialogLink").galleryDialog());
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user