We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems enough for
lens/converter/lens_converter.js
Line 102 in 2d0313b
The text was updated successfully, but these errors were encountered:
This seems enough
if (suffix && !(suffix.textContent.trim() === "")) return [names.join(" "), suffix.textContent].join(", ");
Sorry, something went wrong.
Update lens_converter.js
efffa9b
Check if suffix is empty; fixes elifesciences#155.
11d0232
Merge pull request #156 from pkra/patch-2
be2e1bc
Fix #155
No branches or pull requests
It seems enough for
lens/converter/lens_converter.js
Line 102 in 2d0313b
The text was updated successfully, but these errors were encountered: