Skip to content

Commit 24ca210

Browse files
committed
change example resources to non-minified version
1 parent c138bdd commit 24ca210

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
@@ -10,7 +10,7 @@
1010
<!-- Le styles -->
1111
<link href="css/bootstrap.css" rel="stylesheet">
1212
<!-- Add IntroJs style -->
13-
<link href="../minified/introjs.min.css" rel="stylesheet">
13+
<link href="../introjs.css" rel="stylesheet">
1414
<style type="text/css">
1515
body {
1616
padding-top: 20px;
@@ -106,6 +106,6 @@ <h4>Developed with &lt;3</h4>
106106
</div>
107107

108108
</div>
109-
<script type="text/javascript" src="../minified/intro.min.js"></script>
109+
<script type="text/javascript" src="../intro.js"></script>
110110
</body>
111111
</html>

0 commit comments

Comments
 (0)