Enable caching and merging for comments.js to save some requests.

svn path=/plone.app.discussion/trunk/; revision=37002
This commit is contained in:
Pelle Kroegholt 2010-06-04 19:56:17 +00:00
parent af1a8bfacd
commit 84c111755c
2 changed files with 5 additions and 1 deletions

View File

@ -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]

View File

@ -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>