Mercurial > kraina_muminkow
annotate static/general.js @ 33:028cb06a24c9 tip
usunąłem thumbs.db
author | Michał Rudowicz <michal.rudowicz@fl9.eu> |
---|---|
date | Mon, 13 Jun 2011 09:55:17 +0200 |
parents | 50708627f3c7 |
children |
rev | line source |
---|---|
30 | 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 }); |