X-Git-Url: https://git.mdrn.pl/django-sponsors.git/blobdiff_plain/4f923c50cdbd13a0ce13f088e6d290ddfd0e03a0..3bec1fc578a5b430138825928ebd9636f6ca1f79:/sponsors/static/sponsors/js/sponsors.js diff --git a/sponsors/static/sponsors/js/sponsors.js b/sponsors/static/sponsors/js/sponsors.js index fbfbaeb..fe0d7f1 100755 --- a/sponsors/static/sponsors/js/sponsors.js +++ b/sponsors/static/sponsors/js/sponsors.js @@ -1,7 +1,10 @@ (function($) { $(function() { - $('.sponsor-logos').cycle({timeout: 3000}); + $('.sponsor-logos').each(function() { + if ($(this).children().length > 1) + $(this).cycle({timeout: 3000}); + }); }); })(jQuery);