forked from lix-project/hydra
* jQuery 1.8.4.
This commit is contained in:
parent
2a69745a88
commit
eb0c477549
|
@ -18,8 +18,8 @@ rec {
|
|||
buildInputs = [zip unzip];
|
||||
|
||||
jquery = fetchurl {
|
||||
url = http://jqueryui.com/download/jquery-ui-1.8.2.custom.zip;
|
||||
sha256 = "1rvys5fl782x13zpyj20q6z9kflm2xg1s9608lvnh9j5fbgxv656";
|
||||
url = http://jqueryui.com/download/jquery-ui-1.8.4.custom.zip;
|
||||
sha256 = "05ma2xm9dksq7x97lqs8lnkrrcy52h11p1dmnl8cwpfm45p0z7cp";
|
||||
};
|
||||
|
||||
tablesorter = fetchurl {
|
||||
|
|
|
@ -10,13 +10,13 @@
|
|||
|
||||
<head>
|
||||
<title>Hydra - [% title %]</title>
|
||||
<link type="text/css" href="/static/js/jquery/css/smoothness/jquery-ui-1.8.2.custom.css" rel="Stylesheet" />
|
||||
<link type="text/css" href="/static/js/jquery/css/smoothness/jquery-ui-1.8.4.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.2.custom.min.js"></script>
|
||||
<script type="text/javascript" src="/static/js/jquery/js/jquery-ui-1.8.4.custom.min.js"></script>
|
||||
<script type="text/javascript" src="/static/js/tablesorter/jquery.tablesorter.js"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
|
Loading…
Reference in a new issue