fix(frontend): Change after_download flag to false
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<script>
|
||||
let story_id = "";
|
||||
let download_images = false;
|
||||
let after_download_page = true;
|
||||
let after_download_page = false;
|
||||
</script>
|
||||
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user