mirror of
https://github.com/danbulant/Mangades
synced 2026-06-21 15:41:52 +00:00
faster view load time
This commit is contained in:
parent
f7103b3c87
commit
28c51d8f05
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@
|
|||
<div class="title">{chapter.attributes.title || " "}</div>
|
||||
<div class="scanlation">{scanlationGroup || "Unknown group"}</div>
|
||||
</td>
|
||||
<td class="action no-wrap"><a href={$url("./" + chapter.id)} on:click|stopPropagation={() => !disabledDownload && dispatch("view")}>View</a></td>
|
||||
<td class="action no-wrap"><a href={$url("./" + chapter.id + "/1")} on:click|stopPropagation={() => !disabledDownload && dispatch("view")}>View</a></td>
|
||||
</tr>
|
||||
|
||||
<style lang="postcss">
|
||||
|
|
|
|||
Loading…
Reference in a new issue