Changelog note for change in jQuery CDN default

This commit is contained in:
goobertron 2014-08-26 13:32:31 +01:00
parent 66a5a2ac1b
commit 9ee23017b8

View file

@ -12,6 +12,8 @@ Rails.application.config.secret_token = '***********...'
Diaspora::Application.config.secret_key_base = '*************...'
```
## Change in defaults.yml
The default for including jQuery from a CDN has changed. If you want to continue to include it from a CDN, please explicitly set the `jquery_cdn` setting to `true` in diaspora.yml.
## Refactor