diff options
Diffstat (limited to 'templates/template-view_photo.tmpl')
| -rw-r--r-- | templates/template-view_photo.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/template-view_photo.tmpl b/templates/template-view_photo.tmpl index 7185492..dafff32 100644 --- a/templates/template-view_photo.tmpl +++ b/templates/template-view_photo.tmpl @@ -8,7 +8,7 @@ <link href="styles.css" type="text/css" rel="stylesheet" media="screen, print" /> <script type="text/javascript" src="scripts-general.js"> </script> </head> -<body onload="read_exif_table_cookie();"> +<body onload="javascript: read_exif_table_cookie(); preload_image('$(IMG_SRC_PRELOAD)');"> <!-- ## Navigation bar --> |
