Funding view
[wolnelektury.git] / src / wolnelektury / static / 2021 / scripts / main.js
index 21c76a0..3dd799a 100644 (file)
 
     $('.js-collections').each(function() {
         let collectionsSlider = $('.l-books', this);
-        if ($collectionsSlider.children().length < 2) return;
+        if (collectionsSlider.children().length < 2) return;
         let collectionsNextSlide = $('.js-next-slide', this);
         let collectionsPrevSlide = $('.js-prev-slide', this);