Get jQuery from Google CDN

jquery is no longer included at the original location. Pulling from the CDN to avoid any other issues if another version gets (re)moved
This commit is contained in:
Richard Rudy 2016-09-28 08:20:15 -04:00 committed by GitHub
parent b2d07a1fd7
commit c94eb8adf2

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; ?>/admin/thirdparty/jquery/jquery.js"></script>
<script src="//code.jquery.com/jquery-1.7.2.min.js"></script>
</head>
<body>
<div class="install-header">