java/nekurak.net-web/web/js/fotkyPodniku.js
changeset 145 0efefbf5f8b6
parent 58 e019dbc42723
     1.1 --- a/java/nekurak.net-web/web/js/fotkyPodniku.js	Tue Mar 09 20:26:30 2010 +0100
     1.2 +++ b/java/nekurak.net-web/web/js/fotkyPodniku.js	Sun Jun 20 14:46:47 2010 +0200
     1.3 @@ -1,12 +1,12 @@
     1.4  var fotkyPodniku = {};
     1.5  
     1.6  fotkyPodniku.aktivuj = function (id) {
     1.7 -    $("#fotkyPodniku" + id).bxSlider({
     1.8 -	mode: "slide",
     1.9 -	speed: 250,
    1.10 -	controls: true,
    1.11 -	next_text: "→",
    1.12 -	prev_text: "←",
    1.13 -	wrapper_class: "fotkyPodniku"
    1.14 -    });
    1.15 +	$("#fotkyPodniku" + id).bxSlider({
    1.16 +		mode: "slide",
    1.17 +		speed: 250,
    1.18 +		controls: true,
    1.19 +		next_text: "→",
    1.20 +		prev_text: "←",
    1.21 +		wrapper_class: "fotkyPodniku"
    1.22 +	});
    1.23  };