aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-docs
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2011-12-06 15:11:56 +0000
committerOlivier Lamy <olamy@apache.org>2011-12-06 15:11:56 +0000
commit45eab8edfe773afe84f88c4ce1e3efa6d7b33599 (patch)
tree585a395940c8d7da1d12d247d2e9b0cc37c45ca4 /archiva-docs
parent0f97cb563bb9849470aed261c31c38fdbd917cf9 (diff)
downloadarchiva-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.js17
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