diff --git a/sbas/templates/sbas/llm_prompt_view.html b/sbas/templates/sbas/llm_prompt_view.html index 1c93b327..c746e95b 100644 --- a/sbas/templates/sbas/llm_prompt_view.html +++ b/sbas/templates/sbas/llm_prompt_view.html @@ -221,6 +221,8 @@ document.addEventListener('DOMContentLoaded', function() { URL.revokeObjectURL(url); showFeedback('Downloaded'); + }); + } // Handlers for the second prompt (llm-question-prompt-text) const copyBtnText = document.getElementById('copy-llm-prompt-text');