parent
8a857924b6
commit
5bdab02aea
@ -0,0 +1,17 @@
|
|||||||
|
<div class="shortcutWrapper">
|
||||||
|
<div>
|
||||||
|
<p> First:</p>
|
||||||
|
<%- include('chapterButton.ejs', {chapter:List[0], scanlator, title}) %>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<%for(let i = 0; i<List.length; i++){if(List[i].continue) { %>
|
||||||
|
<div>
|
||||||
|
<p> Continue:</p>
|
||||||
|
<%- include('chapterButton.ejs', {chapter:List[i], scanlator, title}) %>
|
||||||
|
</div>
|
||||||
|
<%}}%>
|
||||||
|
<div>
|
||||||
|
<p>Last:</p>
|
||||||
|
<%- include('chapterButton.ejs', {chapter:List[List.length-1],}) %>
|
||||||
|
</div>
|
||||||
|
</div>
|
Loading…
Reference in new issue