summaryrefslogtreecommitdiff
path: root/modules/gallery
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/gallery
parent1591c3871a41b9b0ef240c227c6049de8ae066e3 (diff)
Refactor the gallery dialog into a jQuery widget
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
Diffstat (limited to 'modules/gallery')
-rw-r--r--modules/gallery/views/after_install.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/after_install.html.php b/modules/gallery/views/after_install.html.php
index e4842163..feb2d281 100644
--- a/modules/gallery/views/after_install.html.php
+++ b/modules/gallery/views/after_install.html.php
@@ -16,7 +16,7 @@
title="<?= t("Edit Your Profile") ?>"
id="gAfterInstallChangePasswordLink" class="gButtonLink ui-state-default ui-corners-all"><?= t("Change Password Now") ?></a>
<script>
- $("#gAfterInstallChangePasswordLink").bind("click", handleDialogEvent);
+ $("#gAfterInstallChangePasswordLink").galleryDialog();
</script>
</p>