Merge pull request #6100 from thezenmonkey/patch-3

Update jquery.js reference
This commit is contained in:
Daniel Hensby 2016-09-28 14:22:26 +01:00 committed by GitHub
commit a08a854c9c

View File

@ -1248,7 +1248,7 @@ class Installer extends InstallRequirements {
<meta charset="utf-8"/>
<title>Installing SilverStripe...</title>
<link rel="stylesheet" type="text/css" href="<?php echo FRAMEWORK_NAME; ?>/Dev/Install/client/dist/styles/install.css"/>
<script src="<?php echo FRAMEWORK_NAME; ?>/thirdparty/jquery/jquery.js"></script>
<script src="//code.jquery.com/jquery-1.7.2.min.js"></script>
</head>
<body>
<div class="install-header">