view 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
line wrap: on
line source

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