mirror of
https://github.com/janeczku/calibre-web
synced 2025-11-15 22:47:11 +00:00
Fix opds login on python3
This commit is contained in:
75
cps/static/js/libs/plugins.js
vendored
75
cps/static/js/libs/plugins.js
vendored
File diff suppressed because one or more lines are too long
@@ -94,6 +94,13 @@ $(function() {
|
||||
layoutMode : "fitRows"
|
||||
});
|
||||
|
||||
$(".grid").isotope({
|
||||
// options
|
||||
itemSelector : ".grid-item",
|
||||
layoutMode : "fitColumns"
|
||||
});
|
||||
|
||||
|
||||
var $loadMore = $(".load-more .row").infiniteScroll({
|
||||
debug: false,
|
||||
// selector for the paged navigation (it will be hidden)
|
||||
|
||||
Reference in New Issue
Block a user