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.
1 parent c915bcd commit fbc7cfbCopy full SHA for fbc7cfb
intro.js
@@ -1,5 +1,5 @@
1
/**
2
- * Intro.js v0.3.0
+ * Intro.js v0.4.0
3
* https://github.com/usablica/intro.js
4
* MIT licensed
5
*
@@ -19,7 +19,7 @@
19
}
20
} (this, function (exports) {
21
//Default config/variables
22
- var VERSION = '0.3.0';
+ var VERSION = '0.4.0';
23
24
25
* IntroJs main class
@@ -367,7 +367,7 @@
367
skipTooltipButton.innerHTML = this._options.skipLabel;
368
369
skipTooltipButton.onclick = function() {
370
- _exitIntro.call(self, self._targetElement.element);
+ _exitIntro.call(self, self._targetElement);
371
};
372
373
var tooltipButtonsLayer = tooltipLayer.querySelector('.introjs-tooltipbuttons');
0 commit comments