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 bececbe commit 3cddd3aCopy full SHA for 3cddd3a
example/index.html
@@ -12,7 +12,7 @@
12
<link href="css/demo.css" rel="stylesheet">
13
14
<!-- Add IntroJs style -->
15
- <link href="../minified/introjs.min.css" rel="stylesheet">
+ <link href="../introjs.css" rel="stylesheet">
16
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
17
</head>
18
@@ -69,6 +69,6 @@ <h4>Developed with <3</h4>
69
</div>
70
71
72
- <script type="text/javascript" src="../minified/intro.min.js"></script>
+ <script type="text/javascript" src="../intro.js"></script>
73
</body>
74
</html>
0 commit comments