summaryrefslogtreecommitdiff
path: root/modules/gallery/views
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-08-08 16:11:28 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-08-08 16:11:28 -0700
commitaac06342b3a1979f10e1365fe173ebe0a382d173 (patch)
tree1a02565389c9844b613d0e873e78613f4b7763bd /modules/gallery/views
parent685b1ddf88c8dd7c055c1fb2571060ad1e4f4530 (diff)
parente04675470bc43b8abd792c4c1621e5c0dc61f36a (diff)
Merge branch 'master' of git://github.com/gallery/gallery3
Diffstat (limited to 'modules/gallery/views')
-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 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>