Files
gallery3/modules/gallery/views/after_install_loader.html.php
Bharat Mediratta 12f25a7e55 Fix the after_install loader to immediately open the "Welcome to
Gallery 3!" dialog, but not immediately open the "change your
password" dialog.
2009-08-08 21:26:55 -07:00

8 lines
315 B
PHP

<?php defined("SYSPATH") or die("No direct script access.") ?>
<span id="gAfterInstall"
title="<?= t("Welcome to Gallery 3") ?>"
href="<?= url::site("after_install") ?>"/>
<script type="text/javascript">
$(document).ready(function(){$("#gAfterInstall").gallery_dialog({immediate: true});});
</script>