diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-08-07 12:20:43 -0700 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-08-07 12:20:43 -0700 |
| commit | 34d4675baf5d76ee3e3e915248ce902cc3d201b1 (patch) | |
| tree | 8293d7af42c3ae6f4099551b40c06a6643683f06 /themes/default/views | |
| parent | 49d46e4010e428b9df97a6e7c5e55708d1c674a8 (diff) | |
| parent | e4eec71efa5f7b1902155a34f8655cebe523c358 (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.php | 2 |
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; }); }); |
