summaryrefslogtreecommitdiff
path: root/themes/default/views/photo.html.php
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-06-28 17:57:23 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-06-28 17:57:23 -0600
commitbf79d4372cbaac63f4fee55dbba58bc19f52bc14 (patch)
treed648c5d7d455da63b36f795f010cc94d55fe3ee5 /themes/default/views/photo.html.php
parent2b804ebdcea2127ca481ae3fb25a33a3bc5a78c3 (diff)
parentce6d453b3f32af98e13b62fe10b62173c59bde44 (diff)
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'themes/default/views/photo.html.php')
-rw-r--r--themes/default/views/photo.html.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/default/views/photo.html.php b/themes/default/views/photo.html.php
index 1c3b81a7..4765a4e3 100644
--- a/themes/default/views/photo.html.php
+++ b/themes/default/views/photo.html.php
@@ -2,7 +2,6 @@
<? if (access::can("view_full", $theme->item())): ?>
<!-- Use javascript to show the full size as an overlay on the current page -->
-<script src="<?= url::file("lib/gallery.show_full_size.js") ?>" type="text/javascript"></script>
<script>
$(document).ready(function() {
$(".gFullSizeLink").click(function() {