diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-09-10 21:26:21 -0700 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-09-10 21:26:21 -0700 |
| commit | fbb58671d1a6dd1719566c7e3813a0deee6d00ca (patch) | |
| tree | 994f3b69451008ddc29836d695b326415a2efc0a /modules/gallery/views/after_install_loader.html.php | |
| parent | 25ea6085b78423ee651dc21b639c5f10f59dcaf0 (diff) | |
| parent | 190d7aaa55b4f55ea3d93fb8a3d4650d7e1fc85c (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.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/gallery/views/after_install_loader.html.php b/modules/gallery/views/after_install_loader.html.php deleted file mode 100644 index c2e3e1d9..00000000 --- a/modules/gallery/views/after_install_loader.html.php +++ /dev/null @@ -1,7 +0,0 @@ -<?php defined("SYSPATH") or die("No direct script access.") ?> -<span id="gAfterInstall" - title="<?= t("Welcome to Gallery 3")->for_html_attr() ?>" - href="<?= url::site("after_install") ?>"/> -<script type="text/javascript"> - $(document).ready(function(){$("#gAfterInstall").gallery_dialog({immediate: true});}); -</script> |
