mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 01:44:34 +08:00
hide last next button
This commit is contained in:
parent
dbdbff12eb
commit
92bb3dda99
2 changed files with 6 additions and 4 deletions
|
@ -481,7 +481,7 @@
|
|||
intro: archiveProjectTutorial,
|
||||
position: position
|
||||
},{
|
||||
element: document.getElementById("projects-toolbar"),
|
||||
element: document.getElementsByClassName("avatar")[0],
|
||||
intro: goodbye_message
|
||||
}],
|
||||
overlayOpacity: '0.2',
|
||||
|
@ -554,6 +554,4 @@
|
|||
init();
|
||||
project_tutorial_helper();
|
||||
|
||||
|
||||
|
||||
}());
|
||||
|
|
|
@ -1116,7 +1116,11 @@ html.turbolinks-progress-bar::before {
|
|||
}
|
||||
|
||||
.custom .introjs-prevbutton {
|
||||
display: none ;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.custom .introjs-disabled {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.custom .introjs-skipbutton {
|
||||
|
|
Loading…
Reference in a new issue