Skip to content
Snippets Groups Projects
Commit f77f37f7 authored by Jared Hancock's avatar Jared Hancock
Browse files

Remove extra jQuery installation

parent 1a97ab1e
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<title><?php echo $wizard['title']; ?></title> <title><?php echo $wizard['title']; ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="css/wizard.css"> <link rel="stylesheet" href="css/wizard.css">
<script type="text/javascript" src="js/jquery-1.6.2.min.js"></script> <script type="text/javascript" src="../js/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="js/tips.js"></script> <script type="text/javascript" src="js/tips.js"></script>
<script type="text/javascript" src="js/setup.js"></script> <script type="text/javascript" src="js/setup.js"></script>
</head> </head>
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment