mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-19 19:09:13 -04:00
Refactor the gallery dialog into a jQuery widget
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
This commit is contained in:
committed by
Bharat Mediratta
parent
1591c3871a
commit
a302a9c3fa
@@ -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