Include minimized jQuery 2.1.3

master
Scott Lahteine 10 years ago
parent 53f6bbdfe0
commit 32aaadc301

@ -3,12 +3,12 @@
<head>
<meta charset="UTF-8">
<title>Marlin Configurator</title>
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.3.min.js"></script>
<script src="js/jquery-2.1.3.min.js"></script>
<script src="js/binarystring.js"></script>
<script src="js/binaryfileuploader.js"></script>
<script src="js/configurator.js"></script>
<script src="js/jcanvas.js"></script>
<script src="js/jstepper.js"></script>
<script src="js/configurator.js"></script>
<link rel="stylesheet" href="css/configurator.css" type="text/css" media="all" />
</head>
<body>

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save