소스 검색

always include export option

Yana Rose 4 년 전
부모
커밋
7282a5fbae
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/viewer/index.html

+ 1 - 1
src/viewer/index.html

@@ -57,7 +57,7 @@
             // create an instance of the plugin
             var viewer = new rcsbMolstar.Viewer('viewer', {
                 showImportControls: !pdbId,
-                showExportControls: !pdbId,
+                showExportControls: true,
                 showSessionControls: !pdbId,
                 layoutShowLog: !pdbId,
                 layoutShowControls: !isEmbedded,