mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Update 03_Requirements.md
Fixed code example for setting write_js_to_body value to false
This commit is contained in:
parent
50d88edd37
commit
4843913f31
@ -186,7 +186,7 @@ If the Javascript files are preferred to be placed in the `<head>` tag rather th
|
||||
`Requirements.write_js_to_body` should be set to false.
|
||||
|
||||
:::php
|
||||
Requirements::set_force_js_to_bottom(true);
|
||||
Requirements::set_write_js_to_body(false);
|
||||
|
||||
|
||||
## API Documentation
|
||||
|
Loading…
Reference in New Issue
Block a user