disable thumbnails for now
This commit is contained in:
parent
1fb8301c96
commit
8234286dcf
|
|
@ -54,7 +54,7 @@
|
|||
</head>
|
||||
|
||||
<body {% if single_page %} class="single-pages" {% endif %}>
|
||||
<div id="thumbs" class="thumbnails"></div>
|
||||
<!-- <div id="thumbs" class="thumbnails"></div> -->
|
||||
<template data-ref='pagedjs-content'>{{ pad_content }}</template>
|
||||
<script>
|
||||
class Thumb extends Paged.Handler {
|
||||
|
|
@ -143,8 +143,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
Paged
|
||||
.registerHandlers(Thumb);
|
||||
//Paged.registerHandlers(Thumb);
|
||||
|
||||
</script>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Reference in a new issue