summaryrefslogtreecommitdiff
path: root/modules/gallery/views/after_install_loader.html.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-08-08 21:29:13 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-08-08 21:29:13 -0700
commitdafe22299428580e834734fac1bcc20e491ac809 (patch)
tree1ddda2bb8e5447d1504a5de2e65f5958fa2473d5 /modules/gallery/views/after_install_loader.html.php
parent78b97545631eca7a51808e8b3ef78c1a7547c566 (diff)
parent12f25a7e55d5aab4c4170eaa3bcb761cf5514be2 (diff)
Merge branch 'master' of git://github.com/gallery/gallery3
Diffstat (limited to 'modules/gallery/views/after_install_loader.html.php')
-rw-r--r--modules/gallery/views/after_install_loader.html.php2
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>