diff -r e019dbc42723 -r 0efefbf5f8b6 java/nekurak.net-web/web/js/fotkyPodniku.js --- a/java/nekurak.net-web/web/js/fotkyPodniku.js Tue Mar 09 20:26:30 2010 +0100 +++ b/java/nekurak.net-web/web/js/fotkyPodniku.js Sun Jun 20 14:46:47 2010 +0200 @@ -1,12 +1,12 @@ var fotkyPodniku = {}; fotkyPodniku.aktivuj = function (id) { - $("#fotkyPodniku" + id).bxSlider({ - mode: "slide", - speed: 250, - controls: true, - next_text: "→", - prev_text: "←", - wrapper_class: "fotkyPodniku" - }); + $("#fotkyPodniku" + id).bxSlider({ + mode: "slide", + speed: 250, + controls: true, + next_text: "→", + prev_text: "←", + wrapper_class: "fotkyPodniku" + }); };