Update index.markdown

This commit is contained in:
drjared88 2018-07-10 15:22:40 -06:00 committed by GitHub
parent e4a8faaf7d
commit 4868f38b4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,6 +116,6 @@ This is probably because your version of Firefox doesn't have custom components
### Custom components don't load on my IOS device?
This is because for IOS devices by default javascript served is `es5`. You can allow custom components to load by forcing `javascript: latest` in your `configuration.yaml` under `frontend:`.
This is because for IOS devices by default javascript served is `es5`. You can allow custom components to load by forcing `javascript_version: latest` in your `configuration.yaml` under `frontend:`.
> Note: Enabling `latest` on IOS could cause automation and script editor to crash.