We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39e49d6 + 9ae6836 commit 88b8826Copy full SHA for 88b8826
intro.js
@@ -1040,6 +1040,7 @@
1040
skipTooltipButton.innerHTML = this._options.skipLabel;
1041
} else if (this._introItems.length - 1 == this._currentStep || this._introItems.length == 1) {
1042
skipTooltipButton.innerHTML = this._options.doneLabel;
1043
+ skipTooltipButton.className = 'introjs-button introjs-donebutton';
1044
prevTooltipButton.className = 'introjs-button introjs-prevbutton';
1045
1046
if (this._options.hideNext == true) {
0 commit comments