Update jquery.js reference

jquery is no longer included at the path specified. Shoudl be in the admin directory
This commit is contained in:
Richard Rudy 2016-09-27 09:54:03 -04:00 committed by GitHub
parent 5a2e2b7ed5
commit b2d07a1fd7

View File

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