summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-08-08 16:01:20 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-08-08 16:01:20 -0700
commite04675470bc43b8abd792c4c1621e5c0dc61f36a (patch)
treeb8ce45a88671f9074e786da54d90339a2bb30359
parentae428a7e21ab712718e2d4d20381c2772011ff1f (diff)
Forgot to save this file when i changed the value from 1 to true
-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 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>