mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-15 03:13:20 +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,
|
intro: archiveProjectTutorial,
|
||||||
position: position
|
position: position
|
||||||
},{
|
},{
|
||||||
element: document.getElementById("projects-toolbar"),
|
element: document.getElementsByClassName("avatar")[0],
|
||||||
intro: goodbye_message
|
intro: goodbye_message
|
||||||
}],
|
}],
|
||||||
overlayOpacity: '0.2',
|
overlayOpacity: '0.2',
|
||||||
|
@ -554,6 +554,4 @@
|
||||||
init();
|
init();
|
||||||
project_tutorial_helper();
|
project_tutorial_helper();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}());
|
}());
|
||||||
|
|
|
@ -1116,7 +1116,11 @@ html.turbolinks-progress-bar::before {
|
||||||
}
|
}
|
||||||
|
|
||||||
.custom .introjs-prevbutton {
|
.custom .introjs-prevbutton {
|
||||||
display: none ;
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.custom .introjs-disabled {
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.custom .introjs-skipbutton {
|
.custom .introjs-skipbutton {
|
||||||
|
|
Loading…
Reference in a new issue