diff --git a/templates/index.html b/templates/index.html index 2ae515a..404fd1d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -311,7 +311,6 @@ close: true }).showToast(); } - console.log(event.detail.requestConfig.elt); if (event.detail.requestConfig.elt.id == 'question-form') { document.getElementById('question-form').reset(); document.getElementById('charCount').textContent = "{{ cfg.charLimit }}"; diff --git a/templates/view_question.html b/templates/view_question.html index 163808d..f70e853 100644 --- a/templates/view_question.html +++ b/templates/view_question.html @@ -142,7 +142,6 @@ function shareOnFediverse(questionId, contentToShare) { close: true }).showToast(); } - console.log(event.detail.requestConfig.elt); if (event.detail.requestConfig.elt.id == 'question-form') { document.getElementById('question-form').reset(); document.getElementById('charCount').textContent = "{{ cfg.charLimit }}";