diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-05-14 21:14:17 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-05-14 21:14:17 +0000 |
commit | 48af91afaadd1617b70c43369c2d680079806da7 (patch) | |
tree | 69f62ab026d3adc35b23e04d2dc00e5167d81331 /views/installation/page | |
parent | ff1edc8a348780dcde12e656304309a2bd89755c (diff) | |
download | elgg-48af91afaadd1617b70c43369c2d680079806da7.tar.gz elgg-48af91afaadd1617b70c43369c2d680079806da7.tar.bz2 |
fixed the double form submission code for the installer
git-svn-id: http://code.elgg.org/elgg/trunk@9083 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/installation/page')
-rw-r--r-- | views/installation/page/default.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/views/installation/page/default.php b/views/installation/page/default.php index 7618e7255..a41a5b688 100644 --- a/views/installation/page/default.php +++ b/views/installation/page/default.php @@ -29,6 +29,8 @@ header('Expires: Fri, 05 Feb 1982 00:00:00 -0500', TRUE); <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="SHORTCUT ICON" href="<?php echo elgg_get_site_url(); ?>_graphics/favicon.ico" /> <link rel="stylesheet" href="<?php echo elgg_get_site_url(); ?>install/css/install.css" type="text/css" /> + <script type="text/javascript" src="<?php echo elgg_get_site_url(); ?>vendors/jquery/jquery-1.5.min.js"></script> + <script type="text/javascript" src="<?php echo elgg_get_site_url(); ?>install/js/install.js"></script> </head> <body> <div class="elgg-page"> |