fix(frontend): Change after_download flag to false

This commit is contained in:
TheOnlyWayUp
2024-06-25 18:32:28 +00:00
parent 422ee54e9d
commit 5821666630
+1 -1
View File
@@ -1,7 +1,7 @@
<script> <script>
let story_id = ""; let story_id = "";
let download_images = false; let download_images = false;
let after_download_page = true; let after_download_page = false;
</script> </script>
<div> <div>