view frontend/mfrontend/static/general.js @ 27:6a9e2b3b4398

Dodałem pliki statyczne od Miłosza, małe modyfikacje w kwestii dokumentacji
author Michał Rudowicz <michal.rudowicz@fl9.eu>
date Sat, 21 May 2011 10:01:30 +0200
parents
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'
});