You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 13, 2021. It is now read-only.
Describe the bug
When a submission has no supporting statement text, the "translate all" button does not appear.
To Reproduce
Need a submission without text in the "Supporting Information" box.
Error message in console:
Uncaught TypeError: Cannot read property 'innerText' of undefined
at HTMLDocument.addTranslationButtons (translationButtons.js:38)
Checking the page source I found, that those submissions do not have the "supporting-statement-central-field" DIV.
The text was updated successfully, but these errors were encountered:
Describe the bug
When a submission has no supporting statement text, the "translate all" button does not appear.
To Reproduce
Need a submission without text in the "Supporting Information" box.
Error message in console:
Uncaught TypeError: Cannot read property 'innerText' of undefined
at HTMLDocument.addTranslationButtons (translationButtons.js:38)
Checking the page source I found, that those submissions do not have the "supporting-statement-central-field" DIV.
The text was updated successfully, but these errors were encountered: