view frontend/mfrontend/static/general.js @ 29:28eb82047167

Ukończona strona klienta
author mild@mild-laptop
date Sun, 05 Jun 2011 23:09:18 +0200
parents 6a9e2b3b4398
children
line wrap: on
line source

$("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'
});