@@ -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.
@@ -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">
The old URL gives a 404, just use the old stable version in git repo. Signed-off-by: Andreas Bießmann <andreas@biessmann.de> --- docs/INSTALL | 5 ++--- templates/patchwork/bundle.html | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-)