comparison static/general.js @ 30:50708627f3c7

Ukończona strona klienta
author mild@mild-laptop
date Sun, 05 Jun 2011 23:10:18 +0200
parents
children
comparison
equal deleted inserted replaced
29:28eb82047167 30:50708627f3c7
1 function init()
2 {
3 $("a#addlink").fancybox({
4 'autoDimensions' : false,
5 'width' : 300,
6 'height' : 'auto',
7 'scrolling' : 'no'
8 });
9 $("a#registerlink").fancybox({
10 'autoDimensions' : false,
11 'width' : 300,
12 'height' : 'auto',
13 'scrolling' : 'no'
14 });
15 $("a#loginlink").fancybox({
16 'autoDimensions' : false,
17 'width' : 300,
18 'height' : 'auto',
19 'scrolling' : 'no'
20 });
21 }
22 $(document).ready(function () {
23 init();
24 });