Fix py3Dmol

I thought I had checked it.. I thought wrong.  No longer uses jquery.
This commit is contained in:
David Koes
2023-01-04 14:21:51 -05:00
parent d95eb8f2ab
commit 1f67c9ee4f
10 changed files with 232 additions and 217 deletions

View File

@@ -4,12 +4,14 @@
1. Ensure that the bug has not already been reported.
2. If the bug is new, follow the bug report template to submit an issue.
3. Please close your issue when you think it has been adequately resolved.
## Feature Request
1. Please go through the 3Dmol.js [js documentation](http://3dmol.org/doc/index.html) and [ts documentation](http://3dmol.org/doc/typescript/index.html) to check whether the feature is already present.
1. Please go through the 3Dmol.js [js documentation](http://3dmol.org/doc/index.html) to check whether the feature is already present.
2. Ensure that the feature request is new and is not already proposed.
3. If the feature request is new, follow the feature request template to submit an issue.
4. Please close your issue when you think it has been adequately resolved.
## Contributions