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

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

Fixed typo

File size: 618 bytes
RevLine 
[3149]1<?xml version="1.0"?>
2<object name="portal_javascripts" meta_type="JavaScripts Registry">
[3206]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     TODO: this conditional expression should be removed after fixing mentioned bug
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.