Skip to content

Commit a9c95a3

Browse files
author
Nathaniel Blackburn
committed
Corrected class name
1 parent 2b3302b commit a9c95a3

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
@@ -1393,7 +1393,7 @@
13931393
var hint = this._targetElement.querySelector('.introjs-hint[data-step="' + stepId + '"]');
13941394

13951395
if (hint) {
1396-
hint.className = hint.className.replace(/introjs\-hide\-hint/g, '');
1396+
hint.className = hint.className.replace(/introjs\-hidehint/g, '');
13971397
}
13981398
};
13991399

0 commit comments

Comments
 (0)