diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-08-08 01:14:51 -0600 |
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-08-08 01:14:51 -0600 |
| commit | ed6302a0adbdee604722ce93ad975a55e1d02397 (patch) | |
| tree | 434fe1d24e827962b1d7204aad7a35cc932e87d1 /modules/gallery/views | |
| parent | 6357f3332b9bc33b10c11dc93b83ba9e72eec109 (diff) | |
| parent | 828f6add509c26ee183b44b4ad4f927f34d04509 (diff) | |
Merge branch 'master' of git@github.com:bharat/gallery3
Diffstat (limited to 'modules/gallery/views')
| -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..bfce46f0 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").gallery_dialog(); </script> </p> |
