mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-06 15:10:44 -04:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user