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

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

Fixed request attribute in jsregistry expression record

File size: 606 bytes
Line 
1<?xml version="1.0"?>
2<object name="portal_javascripts" meta_type="JavaScripts Registry">
3 
4 <!--
5     XXX:
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.
9 -->
10 <javascript cacheable="True"
11             compression="True"
12             cookable="True"
13             enabled="True"
14             expression="python:here.REQUEST.method != 'POST'"
15             id="++resource++ploneorg_bounty.js"
16             inline="True"/>
17
18</object>
Note: See TracBrowser for help on using the repository browser.