diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-07-17 17:37:31 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-07-17 17:37:31 +0000 |
commit | 94bb73ca0d019247d4f08fb03a7f5afc2b5323ee (patch) | |
tree | a6f8adfe615fc5c8c64a6641191d6a64d485033c /templates | |
parent | ba89e4f0f3526745c9332488d7e05038e33844c6 (diff) |
issue45, first learning lessons with image preloading
git-svn-id: file:///var/lib/svn/phpfspot/trunk@218 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'templates')
-rw-r--r-- | templates/photo_index.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/photo_index.tpl b/templates/photo_index.tpl index e4ed521..2b4c827 100644 --- a/templates/photo_index.tpl +++ b/templates/photo_index.tpl @@ -102,4 +102,9 @@ </td> </tr> </table> +<script type="text/javascript"> +<!-- + preloadPhotos(); +--> +</script> <!-- /Photo Index --> |