mirror of
https://github.com/silverstripe/silverstripe-simple
synced 2024-10-22 11:05:50 +02:00
UPDATE remove protocol from jquery request
With the increased focus on SSL, it's probably best not define http in the equest and let the page use the current protocol
This commit is contained in:
parent
67cd1e08a6
commit
b0cf4c88fb
@ -37,7 +37,7 @@ Change it, enhance it and most importantly enjoy it!
|
||||
</div>
|
||||
<% include Footer %>
|
||||
|
||||
<% require javascript('http://code.jquery.com/jquery-1.7.2.min.js') %>
|
||||
<% require javascript('//code.jquery.com/jquery-1.7.2.min.js') %>
|
||||
<%-- Please move: Theme javascript (below) should be moved to mysite/code/page.php --%>
|
||||
<script type="text/javascript" src="{$ThemeDir}/javascript/script.js"></script>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user