summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-10-30 00:14:57 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-10-30 00:14:57 -0600
commit03b4b2749825778e1fb436944e0e1225686f7705 (patch)
treedf41e85fc55a7aaef9154d68793c97e8fb80bf4c /themes
parentc6fbd34f28f9d02f38a6c6cacbcd72fa34eee591 (diff)
Add type attribute to rest of our script tags.
Diffstat (limited to 'themes')
-rw-r--r--themes/night_wind/views/photo.html.php2
-rw-r--r--themes/wind/views/photo.html.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/night_wind/views/photo.html.php b/themes/night_wind/views/photo.html.php
index b33e2afa..e1231f65 100644
--- a/themes/night_wind/views/photo.html.php
+++ b/themes/night_wind/views/photo.html.php
@@ -2,7 +2,7 @@
<? if (access::can("view_full", $theme->item())): ?>
<!-- Use javascript to show the full size as an overlay on the current page -->
-<script>
+<script type="text/javascript">
$(document).ready(function() {
$(".g-fullsize-link").click(function() {
$.gallery_show_full_size(<?= html::js_string($theme->item()->file_url()) ?>, "<?= $theme->item()->width ?>", "<?= $theme->item()->height ?>");
diff --git a/themes/wind/views/photo.html.php b/themes/wind/views/photo.html.php
index b33e2afa..e1231f65 100644
--- a/themes/wind/views/photo.html.php
+++ b/themes/wind/views/photo.html.php
@@ -2,7 +2,7 @@
<? if (access::can("view_full", $theme->item())): ?>
<!-- Use javascript to show the full size as an overlay on the current page -->
-<script>
+<script type="text/javascript">
$(document).ready(function() {
$(".g-fullsize-link").click(function() {
$.gallery_show_full_size(<?= html::js_string($theme->item()->file_url()) ?>, "<?= $theme->item()->width ?>", "<?= $theme->item()->height ?>");