Skip to content

Commit 88b8826

Browse files
authored
Merge pull request usablica#259 from waynn/master
fixes usablica#194 by changing the CSS class for "Done" so it's not the same as ...
2 parents 39e49d6 + 9ae6836 commit 88b8826

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

intro.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,6 +1040,7 @@
10401040
skipTooltipButton.innerHTML = this._options.skipLabel;
10411041
} else if (this._introItems.length - 1 == this._currentStep || this._introItems.length == 1) {
10421042
skipTooltipButton.innerHTML = this._options.doneLabel;
1043+
skipTooltipButton.className = 'introjs-button introjs-donebutton';
10431044
prevTooltipButton.className = 'introjs-button introjs-prevbutton';
10441045

10451046
if (this._options.hideNext == true) {

0 commit comments

Comments
 (0)