Commit c57a58e3 by stv

Specify MIME type when adding SCRIPT tag

This change is needed to prevent Studio from stripping this SCRIPT tag
from the input.
parent 180e3af7
......@@ -5,4 +5,8 @@ data: |
<h2>Full Screen Image</h2>
<p>Use the full screen image tool to allow students to open the image in the full screen, zoom in on the image, and drag the image within the screen.</p>
<a href="http://static.class.stanford.edu/stanford-hills-big.jpg" class="modal-content"><img alt="The Stanford Hills" src="http://static.class.stanford.edu/stanford-hills-small.jpg" /></a>
<script>$(function () {setupFullScreenImage();});</script>
<script type="text/javascript">
$(function () {
setupFullScreenImage();
});
</script>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment