source: products/ploneorg.kudobounty/trunk/ploneorg/kudobounty/profiles/default/jsregistry.xml @ 3209

Last change on this file since 3209 was 3209, checked in by mylan, 13 years ago

Updated comment to profiles/default/jsregistry.xml

File size: 606 bytes
RevLine 
[3149]1<?xml version="1.0"?>
2<object name="portal_javascripts" meta_type="JavaScripts Registry">
[3206]3 
4 <!--
5     XXX:
[3209]6         *conditional expression* in the following resource present for
7         prevent brkeakage due to #11397 bug (http://dev.plone.org/plone/ticket/11397).
8         The expression should be erased after fixing mentioned bug.
[3206]9 -->
[3178]10 <javascript cacheable="True"
11             compression="True"
12             cookable="True"
13             enabled="True"
[3206]14             expression="python:here.request.method != 'POST'"
[3185]15             id="++resource++ploneorg_bounty.js"
[3178]16             inline="True"/>
17
[3149]18</object>
Note: See TracBrowser for help on using the repository browser.