Author: eelco Date: 2010-06-22 12:12:43 +0000 (Tue, 22 Jun 2010) New Revision: 22372
You can view the changes in this commit at: https://svn.nixos.org/viewvc/nix?rev=22372&view=rev Modified: hydra/trunk/src/root/layout.tt Log: * Ouch. Changes: Modified: hydra/trunk/src/root/layout.tt =================================================================== --- hydra/trunk/src/root/layout.tt 2010-06-22 12:05:08 UTC (rev 22371) +++ hydra/trunk/src/root/layout.tt 2010-06-22 12:12:43 UTC (rev 22372) @@ -10,13 +10,13 @@ <head> <title>Hydra - [% title %]</title> - <link type="text/css" href="/static/js/jquery/css/smoothness/jquery-ui-1.8.1.custom.css" rel="Stylesheet" /> + <link type="text/css" href="/static/js/jquery/css/smoothness/jquery-ui-1.8.2.custom.css" rel="Stylesheet" /> <link rel="stylesheet" href="/static/css/hydra.css" type="text/css" /> <link rel="stylesheet" href="/static/css/nix-common.css" type="text/css" /> <link rel="stylesheet" href="/static/css/nixos-site.css" type="text/css" /> <link rel="stylesheet" href="/static/css/logfile.css" type="text/css" /> <script type="text/javascript" src="/static/js/jquery/js/jquery-1.4.2.min.js"></script> - <script type="text/javascript" src="/static/js/jquery/js/jquery-ui-1.8.1.custom.min.js"></script> + <script type="text/javascript" src="/static/js/jquery/js/jquery-ui-1.8.2.custom.min.js"></script> <script type="text/javascript" src="/static/js/tablesorter/jquery.tablesorter.js"></script> <script type="text/javascript"> _______________________________________________ nix-commits mailing list [email protected] http://mail.cs.uu.nl/mailman/listinfo/nix-commits
