fixes
[wolnelektury.git] / src / catalogue / static / 2022 / book / filter.js
index e4538ce..15d4e34 100644 (file)
             }, 200);
         }, 200);
     });
-    $("#sort-popular").on('click', function() {
-        $(".l-books__item").each(function() {
-            $(this).css('order', $(this).attr('data-pop'));
-        });
-    });
-    $("#sort-popular").on('click', function() {
-        $(".l-books__item").each(function() {
-            $(this).css('order', $(this).attr('data-pop'));
-        });
-    });
-    
     
 })(jQuery);