summaryrefslogtreecommitdiff
path: root/themes/default/views
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-08-07 12:20:43 -0700
committerBharat Mediratta <bharat@menalto.com>2009-08-07 12:20:43 -0700
commit34d4675baf5d76ee3e3e915248ce902cc3d201b1 (patch)
tree8293d7af42c3ae6f4099551b40c06a6643683f06 /themes/default/views
parent49d46e4010e428b9df97a6e7c5e55708d1c674a8 (diff)
parente4eec71efa5f7b1902155a34f8655cebe523c358 (diff)
Merge branch 'master' of git@github.com:gallery/gallery3 into talmdal_branch
Conflicts: lib/gallery.common.js lib/gallery.dialog.js modules/organize/js/organize.js modules/organize/js/organize_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 bf4d9da3..48472170 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;
});
});