mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-19 21:33:41 -05:00
remove debug prints
This commit is contained in:
parent
98d8b9e9fe
commit
1be2efe894
2 changed files with 0 additions and 2 deletions
|
@ -311,7 +311,6 @@
|
||||||
close: true
|
close: true
|
||||||
}).showToast();
|
}).showToast();
|
||||||
}
|
}
|
||||||
console.log(event.detail.requestConfig.elt);
|
|
||||||
if (event.detail.requestConfig.elt.id == 'question-form') {
|
if (event.detail.requestConfig.elt.id == 'question-form') {
|
||||||
document.getElementById('question-form').reset();
|
document.getElementById('question-form').reset();
|
||||||
document.getElementById('charCount').textContent = "{{ cfg.charLimit }}";
|
document.getElementById('charCount').textContent = "{{ cfg.charLimit }}";
|
||||||
|
|
|
@ -142,7 +142,6 @@ function shareOnFediverse(questionId, contentToShare) {
|
||||||
close: true
|
close: true
|
||||||
}).showToast();
|
}).showToast();
|
||||||
}
|
}
|
||||||
console.log(event.detail.requestConfig.elt);
|
|
||||||
if (event.detail.requestConfig.elt.id == 'question-form') {
|
if (event.detail.requestConfig.elt.id == 'question-form') {
|
||||||
document.getElementById('question-form').reset();
|
document.getElementById('question-form').reset();
|
||||||
document.getElementById('charCount').textContent = "{{ cfg.charLimit }}";
|
document.getElementById('charCount').textContent = "{{ cfg.charLimit }}";
|
||||||
|
|
Loading…
Add table
Reference in a new issue