Fix the after_install loader to immediately open the "Welcome to

Gallery 3!" dialog, but not immediately open the "change your
password" dialog.
This commit is contained in:
Bharat Mediratta
2009-08-08 21:26:55 -07:00
parent c9f5000e65
commit 12f25a7e55
2 changed files with 2 additions and 2 deletions
@@ -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>