ResourceΒΆ

This product provides a JavaScript module as a Zope browser resource. Any Zope or Plone project should be able to use this product as-is by placing the following line in a page template:

<script type="text/javascript"
        src="/++resource++gs-content-js-loader-20160125.js"> </script>

A minified version of the module is also provided:

<script type="text/javascript"
        src="/++resource++gs-content-js-loader-20160125.js"> </script>

Users of other systems are invited to copy the file gs/content/js/loader/browser/javascript/loader.js out of this product.