diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-08-07 08:58:57 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-08-07 08:58:57 -0700 |
commit | bc6c5207be18cf978cf4e8f5c22a3adbb8254476 (patch) | |
tree | c1da0ec54662a1d04221aede6f7511110ad95e64 /modules/tag | |
parent | 9dce5685afb173e1c87991a60e6ad0768ad07570 (diff) |
Refactor the gallery dialog into a jQuery widget
Diffstat (limited to 'modules/tag')
-rw-r--r-- | modules/tag/js/tag.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tag/js/tag.js b/modules/tag/js/tag.js index 765c2a35..535582c5 100644 --- a/modules/tag/js/tag.js +++ b/modules/tag/js/tag.js @@ -23,7 +23,7 @@ function closeEditInPlaceForms() { $("#gRenameTagForm").parent().html($("#gRenameTagForm").parent().data("revert")); li.height(""); $(".gEditable", li).bind("click", editInPlace); - $(".gDialogLink", li).bind("click", handleDialogEvent); + $(".gDialogLink", li).galleryDialog(); } } |