mirror of
https://github.com/silverstripe/silverstripe-simple
synced 2024-10-22 11:05:50 +02:00
Fix for 3.5 compat (#47)
This commit is contained in:
parent
7e3932c5d5
commit
509dfe9ddc
@ -12,7 +12,7 @@
|
||||
],
|
||||
"require": {
|
||||
"composer/installers": "*",
|
||||
"silverstripe/framework": ">=3.0"
|
||||
"silverstripe/framework": ">=3.5"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
|
@ -38,7 +38,7 @@ Change it, enhance it and most importantly enjoy it!
|
||||
<% include Footer %>
|
||||
|
||||
<% require javascript('//code.jquery.com/jquery-1.7.2.min.js') %>
|
||||
<% require themedJavascript('script.js') %>
|
||||
<% require themedJavascript('script') %>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user