mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-06 06:56:54 +08:00
disabled secondary navigation in samples tutorial
This commit is contained in:
parent
5518d1cd1e
commit
d33bb50519
1 changed files with 2 additions and 1 deletions
|
@ -177,7 +177,8 @@ function initTutorial() {
|
|||
{
|
||||
element: document.getElementById("secondary-menu"),
|
||||
intro: breadcrumbsTutorial,
|
||||
tooltipClass: 'custom next-page-link'
|
||||
tooltipClass: 'custom next-page-link',
|
||||
disableInteraction: true
|
||||
}
|
||||
],
|
||||
overlayOpacity: '0.1',
|
||||
|
|
Loading…
Reference in a new issue