view frontend/mfrontend/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 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'
});