[demo][xs]: fix jquery vendor link - changed to 1.7.1 on file but not in html (doh!).

This commit is contained in:
Rufus Pollock 2012-02-29 13:47:19 +00:00
parent 6daf354f3c
commit 3e3bdd5b3f

View File

@ -15,7 +15,7 @@
<link rel="stylesheet" href="../css/graph-flot.css">
<link rel="stylesheet" href="../css/bootstrap.css">
<script type="text/javascript" src="../vendor/jquery-1.7.js"></script>
<script type="text/javascript" src="../vendor/jquery-1.7.1.js"></script>
<script type="text/javascript" src="../vendor/000-underscore-1.1.6.js"></script>
<script type="text/javascript" src="../vendor/backbone-0.5.1.js"></script>
<script type="text/javascript" src="../vendor/jquery-ui-1.8.14.custom.min.js"></script>