diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-08-08 21:26:55 -0700 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-08-08 21:26:55 -0700 |
| commit | 12f25a7e55d5aab4c4170eaa3bcb761cf5514be2 (patch) | |
| tree | 4ab950ee53d6185dee3988678bfe5ab11a9c57c9 /modules/gallery/views/after_install_loader.html.php | |
| parent | c9f5000e65f66b3342f2cc6e2e9623eac72ff223 (diff) | |
Fix the after_install loader to immediately open the "Welcome to
Gallery 3!" dialog, but not immediately open the "change your
password" dialog.
Diffstat (limited to 'modules/gallery/views/after_install_loader.html.php')
| -rw-r--r-- | modules/gallery/views/after_install_loader.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/after_install_loader.html.php b/modules/gallery/views/after_install_loader.html.php index baf91eed..54484963 100644 --- a/modules/gallery/views/after_install_loader.html.php +++ b/modules/gallery/views/after_install_loader.html.php @@ -3,5 +3,5 @@ title="<?= t("Welcome to Gallery 3") ?>" href="<?= url::site("after_install") ?>"/> <script type="text/javascript"> - $(document).ready(function(){openDialog($("#gAfterInstall"));}); + $(document).ready(function(){$("#gAfterInstall").gallery_dialog({immediate: true});}); </script> |
