Mercurial > kraina_muminkow
diff static/general.js @ 30:50708627f3c7
Ukończona strona klienta
author | mild@mild-laptop |
---|---|
date | Sun, 05 Jun 2011 23:10:18 +0200 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/static/general.js Sun Jun 05 23:10:18 2011 +0200 @@ -0,0 +1,24 @@ +function init() +{ + $("a#addlink").fancybox({ + 'autoDimensions' : false, + 'width' : 300, + 'height' : 'auto', + 'scrolling' : 'no' + }); + $("a#registerlink").fancybox({ + 'autoDimensions' : false, + 'width' : 300, + 'height' : 'auto', + 'scrolling' : 'no' + }); + $("a#loginlink").fancybox({ + 'autoDimensions' : false, + 'width' : 300, + 'height' : 'auto', + 'scrolling' : 'no' + }); +} +$(document).ready(function () { +init(); +}); \ No newline at end of file