Skip to content

Commit dbd3bba

Browse files
author
Nathaniel Blackburn
committed
Add the hints if they don't already exist
1 parent 8791715 commit dbd3bba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

intro.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1378,6 +1378,8 @@
13781378
for (var i = 0; i < hints.length; i++) {
13791379
_showHint.call(this, hints[i].getAttribute('data-step'));
13801380
}
1381+
} else {
1382+
_addHints.call(this);
13811383
}
13821384
};
13831385

0 commit comments

Comments
 (0)