From 45eab8edfe773afe84f88c4ce1e3efa6d7b33599 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Tue, 6 Dec 2011 15:11:56 +0000 Subject: [PATCH] missed to add a file git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1210971 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/site/resources/js/tour-index.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 archiva-docs/src/site/resources/js/tour-index.js 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 -- 2.39.5