diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-08-08 16:01:20 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-08-08 16:01:20 -0700 |
commit | e04675470bc43b8abd792c4c1621e5c0dc61f36a (patch) | |
tree | b8ce45a88671f9074e786da54d90339a2bb30359 | |
parent | ae428a7e21ab712718e2d4d20381c2772011ff1f (diff) |
Forgot to save this file when i changed the value from 1 to true
-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 76b59474..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({immediate: 1}); + $("#gAfterInstallChangePasswordLink").gallery_dialog({immediate: true}); </script> </p> |