Enable caching and merging for comments.js to save some requests.
svn path=/plone.app.discussion/trunk/; revision=37002
This commit is contained in:
parent
af1a8bfacd
commit
84c111755c
@ -4,6 +4,10 @@ Changelog
|
||||
1.0b5 (unreleased)
|
||||
------------------
|
||||
|
||||
|
||||
* Enable caching and merging for comments.js to save some requests.
|
||||
[pelle]
|
||||
|
||||
* Design notes for the Captcha plugin architecture added.
|
||||
[timo]
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<object name="portal_javascripts">
|
||||
<javascript
|
||||
id="++resource++plone.app.discussion.javascripts/comments.js"
|
||||
cacheable="False" compression="safe" cookable="False"
|
||||
cacheable="True" compression="safe" cookable="True"
|
||||
enabled="True" expression="" inline="False"
|
||||
/>
|
||||
</object>
|
||||
|
Loading…
Reference in New Issue
Block a user