[PATCH] INSTALL: update jquery.tablednd URL

Andreas Bießmann andreas at biessmann.de
Wed Jun 12 22:30:01 EST 2013


The old URL gives a 404, just use the old stable version in git repo.

Signed-off-by: Andreas Bießmann <andreas at biessmann.de>
---
 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">
   </script>
   <script language="JavaScript" type="text/javascript"
-   src="/js/jquery.tablednd_0_5.js">
+   src="/js/jquery.tablednd.js">
   </script>
   <script language="JavaScript" type="text/javascript"
    src="/js/bundle.js">
-- 
1.7.10.4



More information about the Patchwork mailing list