Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Molstar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michal Malý
Molstar
Commits
23c53cd9
Commit
23c53cd9
authored
3 years ago
by
Alexander Rose
Browse files
Options
Downloads
Patches
Plain Diff
fix disable-wboit Viewer GET param
parent
e415cbec
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+1
-0
1 addition, 0 deletions
CHANGELOG.md
src/apps/viewer/index.html
+1
-1
1 addition, 1 deletion
src/apps/viewer/index.html
with
2 additions
and
1 deletion
CHANGELOG.md
+
1
−
0
View file @
23c53cd9
...
...
@@ -13,6 +13,7 @@ Note that since we don't clearly distinguish between a public and private interf
-
Improve pdb parsing: handle non unique atom and chain names (fixes #156)
-
Fix volume streaming for entries with multiple contour lists
-
Add
``allowTransparentBackfaces``
parameter to support double-sided rendering of transparent geometries
-
Fix
``disable-wboit``
Viewer GET param
## [v3.5.0] - 2022-03-25
...
...
This diff is collapsed.
Click to expand it.
src/apps/viewer/index.html
+
1
−
1
View file @
23c53cd9
...
...
@@ -71,7 +71,7 @@
pixelScale
:
parseFloat
(
pixelScale
)
||
1
,
pickScale
:
parseFloat
(
pickScale
)
||
0.25
,
pickPadding
:
isNaN
(
parseFloat
(
pickPadding
))
?
1
:
parseFloat
(
pickPadding
),
enableWboit
:
disableWboit
?
tru
e
:
void
0
,
// use default value if disable-wboit is not set
enableWboit
:
disableWboit
?
fals
e
:
void
0
,
// use default value if disable-wboit is not set
preferWebgl1
:
preferWebgl1
,
}).
then
(
viewer
=>
{
var
snapshotId
=
getParam
(
'
snapshot-id
'
,
'
[^&]+
'
).
trim
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment