Move comments.js registration so it is merged along with other anonymous resources

svn path=/plone.app.discussion/trunk/; revision=50263
This commit is contained in:
Laurence Rowe 2011-06-05 22:30:56 +00:00
parent b653c7a130
commit 46404c709f
2 changed files with 6 additions and 2 deletions

View File

@ -6,7 +6,8 @@ Changelog
------------------
- Simplify CSS and JS registrations. CSS will now be imported using the
standard link and so can be merged, inserted after forms.css.
standard link and so can be merged, inserted after forms.css. JS will now be
imported after collapsibleformfields.js.
[elro]
- Enable the left-menu on the configlet, to be more consistent with all other configlets.

View File

@ -1,4 +1,7 @@
<?xml version="1.0"?>
<object name="portal_javascripts">
<javascript id="++resource++plone.app.discussion.javascripts/comments.js"/>
<javascript
id="++resource++plone.app.discussion.javascripts/comments.js"
insert-after="collapsibleformfields.js"
/>
</object>