From patchwork Wed Jun 12 12:30:01 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Andreas_Bie=C3=9Fmann?= X-Patchwork-Id: 250932 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from ozlabs.org (localhost [IPv6:::1]) by ozlabs.org (Postfix) with ESMTP id 18FB12C0296 for ; Thu, 13 Jun 2013 10:25:56 +1000 (EST) X-Greylist: delayed 337 seconds by postgrey-1.34 at bilbo; Wed, 12 Jun 2013 22:34:10 EST Received: from cyclops.biessmann.org (cyclops.biessmann.org [134.0.25.77]) by ozlabs.org (Postfix) with ESMTP id 2DE542C0095 for ; Wed, 12 Jun 2013 22:34:10 +1000 (EST) Received: from localhost (er.biessmann.org [80.81.14.92]) by cyclops.biessmann.org (Postfix) with ESMTPSA id BFE70B6A03; Wed, 12 Jun 2013 14:26:07 +0200 (CEST) From: =?UTF-8?q?Andreas=20Bie=C3=9Fmann?= To: patchwork@lists.ozlabs.org Subject: [PATCH] INSTALL: update jquery.tablednd URL Date: Wed, 12 Jun 2013 14:30:01 +0200 Message-Id: <1371040201-3231-1-git-send-email-andreas@biessmann.de> X-Mailer: git-send-email 1.7.10.4 MIME-Version: 1.0 X-Mailman-Approved-At: Thu, 13 Jun 2013 10:25:54 +1000 Cc: =?UTF-8?q?Andreas=20Bie=C3=9Fmann?= X-BeenThere: patchwork@lists.ozlabs.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Patchwork development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: patchwork-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Patchwork" The old URL gives a 404, just use the old stable version in git repo. Signed-off-by: Andreas Bießmann --- docs/INSTALL | 5 ++--- templates/patchwork/bundle.html | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/INSTALL b/docs/INSTALL index c63d6f7..01af09f 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -87,11 +87,10 @@ in brackets): mkdir jquery cd jquery wget http://jqueryjs.googlecode.com/files/jquery-1.3.min.js - wget http://www.isocra.com/articles/jquery.tablednd_0_5.js.zip - unzip jquery.tablednd_0_5.js.zip jquery.tablednd_0_5.js + wget https://raw.github.com/isocra/TableDnD/master/stable/jquery.tablednd.js cd ../../../htdocs/js/ ln -s ../../lib/packages/jquery/jquery-1.3.min.js ./ - ln -s ../../lib/packages/jquery/jquery.tablednd_0_5.js ./ + ln -s ../../lib/packages/jquery/jquery.tablednd.js ./ The settings.py file contains default settings for patchwork, you'll need to configure settings for your own setup. diff --git a/templates/patchwork/bundle.html b/templates/patchwork/bundle.html index 54c2fcc..7822c60 100644 --- a/templates/patchwork/bundle.html +++ b/templates/patchwork/bundle.html @@ -7,7 +7,7 @@ src="/js/jquery-1.3.min.js">