aboutsummaryrefslogtreecommitdiff
path: root/views/installation
diff options
context:
space:
mode:
authorBrett Profitt <brett.profitt@gmail.com>2011-08-22 19:08:53 -0700
committerBrett Profitt <brett.profitt@gmail.com>2011-08-22 19:08:53 -0700
commit1c07e6bf47c7891324c0a9db8c408f2c00ab6837 (patch)
tree9005c6cbcc8b0ee72e09c36274392146237515e2 /views/installation
parent498fd1b54c7b8dbe02f87192c3c13baa2783b3bb (diff)
downloadelgg-1c07e6bf47c7891324c0a9db8c408f2c00ab6837.tar.gz
elgg-1c07e6bf47c7891324c0a9db8c408f2c00ab6837.tar.bz2
Closes #3015. jQuery updated to 1.6.2. jQuery-UI updated to 1.8.16.
Diffstat (limited to 'views/installation')
-rw-r--r--views/installation/page/default.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/installation/page/default.php b/views/installation/page/default.php
index a41a5b688..10499ed27 100644
--- a/views/installation/page/default.php
+++ b/views/installation/page/default.php
@@ -29,7 +29,7 @@ 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(); ?>vendors/jquery/jquery-1.6.2.min.js"></script>
<script type="text/javascript" src="<?php echo elgg_get_site_url(); ?>install/js/install.js"></script>
</head>
<body>