Skip to content

Commit a015eb9

Browse files
committed
Merge branch 'master' of https://github.com/usablica/intro.js
2 parents 1b43571 + 1bbf3d0 commit a015eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intro.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@
464464
'</div><div class="introjs-tooltipbuttons"></div>';
465465

466466
//add helper layer number
467-
if (this._options.showStepNumbers) {
467+
if (this._options.showStepNumbers == true) {
468468
var helperNumberLayer = document.createElement('span');
469469
helperNumberLayer.className = 'introjs-helperNumberLayer';
470470
helperNumberLayer.innerHTML = targetElement.step;

0 commit comments

Comments
 (0)