hide last next button

This commit is contained in:
zmagod 2016-08-25 08:46:11 +02:00
parent dbdbff12eb
commit 92bb3dda99
2 changed files with 6 additions and 4 deletions

View file

@ -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();
}());

View file

@ -1116,7 +1116,11 @@ html.turbolinks-progress-bar::before {
}
.custom .introjs-prevbutton {
display: none ;
display: none;
}
.custom .introjs-disabled {
display: none;
}
.custom .introjs-skipbutton {