summaryrefslogtreecommitdiff
path: root/modules/tag
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-08-07 23:58:57 +0800
committerBharat Mediratta <bharat@menalto.com>2009-08-08 02:08:28 +0800
commita302a9c3fa7ec8d11373dc5eeb9c94400a255b1a (patch)
tree8717b8ac37b5df417e21ed1fc4af09f178875111 /modules/tag
parent1591c3871a41b9b0ef240c227c6049de8ae066e3 (diff)
Refactor the gallery dialog into a jQuery widget
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
Diffstat (limited to 'modules/tag')
-rw-r--r--modules/tag/js/tag.js2
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();
}
}