diff options
author | Olivier Lamy <olamy@apache.org> | 2011-12-06 15:11:56 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2011-12-06 15:11:56 +0000 |
commit | 45eab8edfe773afe84f88c4ce1e3efa6d7b33599 (patch) | |
tree | 585a395940c8d7da1d12d247d2e9b0cc37c45ca4 /archiva-docs | |
parent | 0f97cb563bb9849470aed261c31c38fdbd917cf9 (diff) | |
download | archiva-45eab8edfe773afe84f88c4ce1e3efa6d7b33599.tar.gz archiva-45eab8edfe773afe84f88c4ce1e3efa6d7b33599.zip |
missed to add a file
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1210971 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-docs')
-rw-r--r-- | archiva-docs/src/site/resources/js/tour-index.js | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/archiva-docs/src/site/resources/js/tour-index.js b/archiva-docs/src/site/resources/js/tour-index.js new file mode 100644 index 000000000..77a692bd8 --- /dev/null +++ b/archiva-docs/src/site/resources/js/tour-index.js @@ -0,0 +1,17 @@ +$(document).ready(function() { + $("a#single_image").fancybox({ + 'transitionIn' : 'elastic', + 'transitionOut' : 'elastic', + 'speedIn' : 600, + 'speedOut' : 200, + 'overlayShow' : true + }); + $("a.gallery_image").fancybox({ + 'transitionIn' : 'elastic', + 'transitionOut' : 'elastic', + 'speedIn' : 600, + 'speedOut' : 200, + 'overlayShow' : true, + 'titlePosition': 'inside' + }); +});
\ No newline at end of file |