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:
parent
b653c7a130
commit
46404c709f
@ -6,7 +6,8 @@ Changelog
|
|||||||
------------------
|
------------------
|
||||||
|
|
||||||
- Simplify CSS and JS registrations. CSS will now be imported using the
|
- 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]
|
[elro]
|
||||||
|
|
||||||
- Enable the left-menu on the configlet, to be more consistent with all other configlets.
|
- Enable the left-menu on the configlet, to be more consistent with all other configlets.
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<object name="portal_javascripts">
|
<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>
|
</object>
|
||||||
|
Loading…
Reference in New Issue
Block a user