fix(frontend): Download more button (#12 - @AaronBenDaniel)
* Fixed "Download More" button
* Revert "Fixed "Download More" button"
This reverts commit 620ad6afff.
* Reworked page reset
* fix(frontend): Download more button
---------
Co-authored-by: TheOnlyWayUp <hi@towu.dev>
This commit is contained in:
@@ -194,7 +194,13 @@
|
|||||||
>, where we release features early and discuss updates.
|
>, where we release features early and discuss updates.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<a href="/" class="btn btn-outline btn-lg mt-10">Download More</a>
|
<button
|
||||||
|
on:click={() => {
|
||||||
|
after_download_page = false;
|
||||||
|
raw_story_id = "";
|
||||||
|
}}
|
||||||
|
class="btn btn-outline btn-lg mt-10">Download More</button
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user