Skip to content

Commit

Permalink
change example resources to non-minified version
Browse files Browse the repository at this point in the history
  • Loading branch information
afshinm committed Mar 19, 2013
1 parent c138bdd commit 24ca210
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<!-- Le styles -->
<link href="css/bootstrap.css" rel="stylesheet">
<!-- Add IntroJs style -->
<link href="../minified/introjs.min.css" rel="stylesheet">
<link href="../introjs.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 20px;
Expand Down Expand Up @@ -106,6 +106,6 @@ <h4>Developed with &lt;3</h4>
</div>

</div>
<script type="text/javascript" src="../minified/intro.min.js"></script>
<script type="text/javascript" src="../intro.js"></script>
</body>
</html>

0 comments on commit 24ca210

Please sign in to comment.