From a5dd947453a03086441bbfe61053dd496a2c6a29 Mon Sep 17 00:00:00 2001 From: Xiao Gui <xgui3783@gmail.com> Date: Wed, 2 Aug 2023 16:51:20 +0200 Subject: [PATCH] fix docs --- deploy/csp/index.js | 2 +- docs/releases/v2.12.4.md | 4 ++-- src/index.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/csp/index.js b/deploy/csp/index.js index 3993a7d98..9db0ce3d8 100644 --- a/deploy/csp/index.js +++ b/deploy/csp/index.js @@ -115,7 +115,7 @@ module.exports = { 'https://unpkg.com/d3@6.2.0/', // required for preview component 'https://unpkg.com/mathjax@3.1.2/', // math jax 'https://unpkg.com/three-surfer@0.0.13/dist/bundle.js', // for threeSurfer (freesurfer support in browser) - 'https://unpkg.com/ng-layer-tune@0.0.20/dist/ng-layer-tune/', // needed for ng layer control + 'https://unpkg.com/ng-layer-tune@0.0.21/dist/ng-layer-tune/', // needed for ng layer control 'https://unpkg.com/hbp-connectivity-component@0.6.6/', // needed for connectivity component (req, res) => res.locals.nonce ? `'nonce-${res.locals.nonce}'` : null, ...SCRIPT_SRC, diff --git a/docs/releases/v2.12.4.md b/docs/releases/v2.12.4.md index d58bf258e..e821048bc 100644 --- a/docs/releases/v2.12.4.md +++ b/docs/releases/v2.12.4.md @@ -2,6 +2,6 @@ ## Bugfix -- minor fix of ng-layer-tune incorrectly applying color map +- minor fix of ng-layer-tune incorrectly applying color map (#1390) - prepare for MEBRAINS update -- fixed traverse in z direction (`<ctrl>` + `[wheel]`/`<shift>` + `[wheel]`) +- fixed traverse in z direction (`<ctrl>` + `[wheel]`/`<shift>` + `[wheel]`) (#1334) diff --git a/src/index.html b/src/index.html index f2140c081..b0645b92d 100644 --- a/src/index.html +++ b/src/index.html @@ -14,7 +14,7 @@ <script src="extra_js.js"></script> <script src="https://unpkg.com/kg-dataset-previewer@1.2.0/dist/kg-dataset-previewer/kg-dataset-previewer.js" defer></script> <script src="https://unpkg.com/three-surfer@0.0.13/dist/bundle.js" defer></script> - <script type="module" src="https://unpkg.com/ng-layer-tune@0.0.20/dist/ng-layer-tune/ng-layer-tune.esm.js"></script> + <script type="module" src="https://unpkg.com/ng-layer-tune@0.0.21/dist/ng-layer-tune/ng-layer-tune.esm.js"></script> <script type="module" src="https://unpkg.com/hbp-connectivity-component@0.6.6/dist/connectivity-component/connectivity-component.js" ></script> <script defer src="https://unpkg.com/mathjax@3.1.2/es5/tex-svg.js"></script> <script defer src="https://unpkg.com/d3@6.2.0/dist/d3.min.js"></script> -- GitLab