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/gallery | |
parent | 9dce5685afb173e1c87991a60e6ad0768ad07570 (diff) |
Refactor the gallery dialog into a jQuery widget
Diffstat (limited to 'modules/gallery')
-rw-r--r-- | modules/gallery/views/after_install.html.php | 2 |
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> |