<div>Thanks Lukas for the clues.  I went back to my previous implementation, for example:<br></div><div><br></div><div>   self pusher javascript: [ :script |</div><div>      ...<br>      script element</div><div>         id: #WWW;</div>
<div>         writeAttribute: &#39;src&#39; value: MMAFileLibrary / self getCurrentPageFile.<br></div><div><br></div><div>versus:</div><div><br></div><div><div>   self pusher javascript: [ :script |</div><div>      ...</div>
       script &lt;&lt; (script jQuery: #WWW)<br>          attributeAt: &#39;src&#39; put: MMAFileLibrary / self getCurrentPageFile.<br></div><div><br></div><div>Removed all references to jQuery from my code, deleted JQDevelopmentLibrary, kept PTDevelopmentLibrary, and all now works.<br>
</div><div><br></div><div>---John</div>