summaryrefslogtreecommitdiff
path: root/themes/default/views
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-08-07 12:37:25 -0700
committerBharat Mediratta <bharat@menalto.com>2009-08-07 12:37:25 -0700
commit63ddac5d018af3933ac820672de530c34074319e (patch)
tree6e1f0f5413290d26d1c4c3e6bb0504ff53803b6d /themes/default/views
parentc09e2ef7af5411f239ba7f1adb01be39b2950b84 (diff)
parente4eec71efa5f7b1902155a34f8655cebe523c358 (diff)
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_branch
Conflicts: themes/default/js/ui.init.js
Diffstat (limited to 'themes/default/views')
-rw-r--r--themes/default/views/photo.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/views/photo.html.php b/themes/default/views/photo.html.php
index cf8bebdd..453417dc 100644
--- a/themes/default/views/photo.html.php
+++ b/themes/default/views/photo.html.php
@@ -5,7 +5,7 @@
<script>
$(document).ready(function() {
$(".gFullSizeLink").click(function() {
- show_full_size("<?= $theme->item()->file_url() ?>", "<?= $theme->item()->width ?>", "<?= $theme->item()->height ?>");
+ $.gallery_show_full_size("<?= $theme->item()->file_url() ?>", "<?= $theme->item()->width ?>", "<?= $theme->item()->height ?>");
return false;
});
});