Update jquery/jqueryui

This commit is contained in:
Eelco Dolstra 2013-02-19 15:22:15 +01:00
parent 7b4d4f1cd7
commit 8c37f46955

View file

@ -11,8 +11,8 @@
<head>
<title>Hydra - [% title %]</title>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.1/jquery-ui.min.js"></script>
<link rel="stylesheet" href="/static/bootstrap/css/bootstrap.css" type="text/css" />
<link rel="stylesheet" href="/static/bootstrap/css/bootstrap-responsive.css" type="text/css" />
@ -30,9 +30,6 @@
<script type="text/javascript">
$(document).ready(function() {
/*** Sortable tables. ***/
/*** Tree toggles in logfiles. ***/
/* Set the appearance of the toggle depending on whether the
@ -72,8 +69,8 @@
});
});
});
</script>
[% tracker %]