diff --git a/src/root/layout.tt b/src/root/layout.tt
index e5c9e96d..b9257df9 100644
--- a/src/root/layout.tt
+++ b/src/root/layout.tt
@@ -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 %]