diff options
Diffstat (limited to 'picture.php')
-rw-r--r-- | picture.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/picture.php b/picture.php index e736373ba..d5050abcd 100644 --- a/picture.php +++ b/picture.php @@ -944,6 +944,7 @@ $template->assign( 'ELEMENT_CONTENT', $element_content ); if (isset($picture['next']) and $picture['next']['src_image']->is_original() + and $template->get_template_vars('U_PREFETCH') == null and strpos($_SERVER['HTTP_USER_AGENT'], 'Chrome/') === false) { $template->assign( |