Skip to content

Commit 3cddd3a

Browse files
committed
non-minified versions in example
1 parent bececbe commit 3cddd3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<link href="css/demo.css" rel="stylesheet">
1313

1414
<!-- Add IntroJs style -->
15-
<link href="../minified/introjs.min.css" rel="stylesheet">
15+
<link href="../introjs.css" rel="stylesheet">
1616
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
1717
</head>
1818

@@ -69,6 +69,6 @@ <h4>Developed with &lt;3</h4>
6969
</div>
7070

7171
</div>
72-
<script type="text/javascript" src="../minified/intro.min.js"></script>
72+
<script type="text/javascript" src="../intro.js"></script>
7373
</body>
7474
</html>

0 commit comments

Comments
 (0)