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

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

Force to put javascript as inline resource only on portal root

File size: 353 bytes
Line 
1<?xml version="1.0"?>
2<object name="portal_javascripts" meta_type="JavaScripts Registry">
3
4 <javascript cacheable="True"
5             compression="True"
6             cookable="True"
7             enabled="True"
8             expression="here/plone_context_state/is_portal_root"
9             id="ploneorg_bounty.js"
10             inline="True"/>
11
12</object>
Note: See TracBrowser for help on using the repository browser.