mirror of
https://github.com/3dmol/3Dmol.js.git
synced 2026-06-04 08:39:49 +09:00
Updated http links to https
Signed-off-by: Adithya Krishna <adikrish@redhat.com>
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
## Feature Request
|
||||
|
||||
1. Please go through the 3Dmol.js [js documentation](http://3dmol.org/doc/index.html) to check whether the feature is already present.
|
||||
1. Please go through the 3Dmol.js [js documentation](https://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.
|
||||
|
||||
@@ -48,7 +48,7 @@ view
|
||||
API
|
||||
---
|
||||
|
||||
The returned view object has the exact same API as [$3Dmol.GLViewer](http://3dmol.org/doc/GLViewer.html)
|
||||
The returned view object has the exact same API as [$3Dmol.GLViewer](https://3dmol.org/doc/GLViewer.html)
|
||||
with the exception that functions return None.
|
||||
|
||||
|
||||
|
||||
@@ -52,7 +52,7 @@ class view(object):
|
||||
|
||||
The API for the created object is exactly that for $3Dmol.GLViewer, with
|
||||
the exception that the functions all return None.
|
||||
http://3dmol.org/doc/GLViewer.html
|
||||
https://3dmol.org/doc/GLViewer.html
|
||||
'''
|
||||
def __init__(self,query='',width=640,height=480,viewergrid=None,data=None,style=None,linked=True,options=dict(),js='https://cdnjs.cloudflare.com/ajax/libs/3Dmol/2.0.3/3Dmol-min.js'):
|
||||
'''Create a 3Dmol.js view.
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
|
||||
<script src="http://3dmol.org/build/3Dmol-min.js"></script>
|
||||
<script src="https://3dmol.org/build/3Dmol-min.js"></script>
|
||||
</head>
|
||||
|
||||
<body style="height: 100%">
|
||||
|
||||
@@ -5515,7 +5515,7 @@ ATOM 5103 HH21 ARG A 335 11.915 24.054 0.728 1.00 40.31 H
|
||||
ATOM 5104 HH22 ARG A 335 11.725 25.718 0.286 1.00 40.31 H
|
||||
END
|
||||
</textarea>
|
||||
<script src="http://3dmol.org/build/3Dmol.js"></script>
|
||||
<script src="https://3dmol.org/build/3Dmol.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user