Skip to content

Commit

Permalink
fix: use minified version
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-prause committed Aug 9, 2023
1 parent 5bcc5b2 commit fc2cf76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Optionize Examples</title>
<link rel="stylesheet" href="../src/css/optionize.css" />
<script src="../vendor/jquery-3.7.0.min.js"></script>
<script src="../src/js/optionize.js"></script>
<script src="../src/js/optionize.min.js"></script>
</head>
<body>
<section id="examples">
Expand Down

0 comments on commit fc2cf76

Please sign in to comment.