mirror of
https://github.com/janeczku/calibre-web
synced 2025-11-03 08:43:02 +00:00
refactored login routines
This commit is contained in:
@@ -364,12 +364,6 @@ $(function() {
|
||||
layoutMode : "fitRows"
|
||||
});
|
||||
|
||||
$(".grid").isotope({
|
||||
// options
|
||||
itemSelector : ".grid-item",
|
||||
layoutMode : "fitColumns"
|
||||
});
|
||||
|
||||
if ($(".load-more").length && $(".next").length) {
|
||||
var $loadMore = $(".load-more .row").infiniteScroll({
|
||||
debug: false,
|
||||
|
||||
Reference in New Issue
Block a user