Is it possible to change the code that is generated for the embedded thumbnail link to an image? I know that I can add attributes in the File Upload Preferences area. I want to change the javascript that the upload wizard places uses to create the pop-up window with the full size image ... the stuff in red below.
<a href=“https://ellislab.com/asset/images/team-photo/image.jpg” onclick=“window.open(‘https://ellislab.com/asset/images/team-photo/image.jpg’,‘popup’,’
width=501,height=512,scrollbars=no,resizable=yes,toolbar=no,
directories=no,location=no,menubar=no,status=no,left=0,top=0’); return false”>https://ellislab.com/asset/images/team-photo/image_thumb.jpg</a>
What file would I edit to change this?