X-Git-Url: https://git.mdrn.pl/django-sponsors.git/blobdiff_plain/23907e7d978889798df2e40c047cb314e0b3f6a7..refs/tags/1.0.3:/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);