diff options
author | Joey Hess <joey@kitenet.net> | 2014-05-15 22:01:32 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-05-15 22:01:32 -0400 |
commit | 2f68964b3b2549c7e9cfad18c5b2e5dbecedab42 (patch) | |
tree | c2f75f44c5cc7b09247497cc5de4e13fa917f435 | |
parent | a87ae8f9ace440240bd04b095e72b0e71231dc10 (diff) |
webapp: Fixed drag and drop to reorder the list of remotes.
Broken by cffc5e74129be798801086c612efd099fe7148ac, in November!
I missed this because there's no strong type checking across the AJAX call. :(
Need to switch to Fay to avoid such bugs..
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 1531d31b4..98bb83357 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ git-annex (5.20140422) UNRELEASED; urgency=medium fail when the assistant is run with no controlling tty. * Added ddar special remote. Thanks, Robie Basak. + * webapp: Fixed drag and drop to reorder the list of remotes. -- Joey Hess <joeyh@debian.org> Fri, 02 May 2014 15:28:53 -0300 |