diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-08-09 09:51:40 -0600 |
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-08-09 09:51:40 -0600 |
| commit | ea17a51148884d0297baf3fc8b94916d9c60a5d3 (patch) | |
| tree | 5e3cde26e954f8248ebacbf7af38e3f4b63ed4fa /modules/gallery/views/after_install.html.php | |
| parent | 9fa4e8972596d015d4e4259aabb600c886d6381e (diff) | |
| parent | 7aac471b828d4405b3fb0d736a06a5b92875883e (diff) | |
Merge branch 'master' of git@github.com:bharat/gallery3
Diffstat (limited to 'modules/gallery/views/after_install.html.php')
| -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 bfce46f0..41e600fb 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").gallery_dialog(); + $("#gAfterInstallChangePasswordLink").gallery_dialog({immediate: true}); </script> </p> |
