diff -r 000000000000 -r e019dbc42723 java/nekurak.net-web/web/js/fotkyPodniku.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/java/nekurak.net-web/web/js/fotkyPodniku.js Tue Mar 09 20:26:30 2010 +0100 @@ -0,0 +1,12 @@ +var fotkyPodniku = {}; + +fotkyPodniku.aktivuj = function (id) { + $("#fotkyPodniku" + id).bxSlider({ + mode: "slide", + speed: 250, + controls: true, + next_text: "→", + prev_text: "←", + wrapper_class: "fotkyPodniku" + }); +};