From 3677a5fc6e1627837dc83230a84248a5b515c261 Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Mon, 1 Feb 2010 12:07:26 +0000 Subject: [PATCH] * hydra: updated jquery version, needed for tabs (to be added later) --- release.nix | 7 ++++--- src/root/layout.tt | 4 +++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/release.nix b/release.nix index 27d69490..c813e763 100644 --- a/release.nix +++ b/release.nix @@ -21,8 +21,8 @@ let buildInputs = [zip unzip]; jquery = fetchurl { - url = http://jqueryjs.googlecode.com/files/jquery-1.2.6.pack.js; - sha1 = "c10dbe0c2b23444d0794f3376398702d84f41583"; + url = http://jqueryui.com/download/jquery-ui-1.7.2.custom.zip; + sha256 = "1l9dwaaqvdysmzlkg1vb8j0s0xn63d475gh53pjjwxw85668krdh"; }; tablesorter = fetchurl { @@ -32,7 +32,8 @@ let # Since we don't have a `make dist', just tar everything. distPhase = '' - cp $jquery src/root/static/js/jquery-pack.js + ensureDir src/root/static/js/jquery + unzip -d src/root/static/js/jquery $jquery rm -rf src/root/static/js/tablesorter unzip -d src/root/static/js $tablesorter diff --git a/src/root/layout.tt b/src/root/layout.tt index da70b7c4..a729d164 100644 --- a/src/root/layout.tt +++ b/src/root/layout.tt @@ -14,7 +14,9 @@ - + + +