X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/334d0b5148de69b0509e001631154aa3ec788d36..f393f3067f3d9f1e63e3076f78a78d8d779691fb:/edumed/static/catalogue/js/carousel.js diff --git a/edumed/static/catalogue/js/carousel.js b/edumed/static/catalogue/js/carousel.js deleted file mode 100755 index b2484be..0000000 --- a/edumed/static/catalogue/js/carousel.js +++ /dev/null @@ -1,27 +0,0 @@ -(function($){ -$(function() { - - -$("#catalogue-carousel-links").each(function() { - $slides = $(this); - - $slides.cycle({ - fx: 'fade', - speed: 1000, - timeout: 5000, - pager: '#catalogue-carousel-switcher', - pagerAnchorBuilder: function() {}, - }); - - $("#catalogue-carousel-switcher li").each(function(i, e) { - $("a", e).click(function(ev) { - ev.preventDefault(); - $slides.cycle(i); - }); - }); - -}); - - -}); -})(jQuery);