On line 117 of todolist.js was this...
url: 'index.php?q=todolist/edit_task?id='+id,
Replace with this...
url: 'index.php?q=todolist/edit_task&id='+id,
The ? instead of &, after edit_task, returns a 404 error
On line 117 of todolist.js was this...
url: 'index.php?q=todolist/edit_task?id='+id,
Replace with this...
url: 'index.php?q=todolist/edit_task&id='+id,
The ? instead of &, after edit_task, returns a 404 error
Comments
Comment #1
ryanshowers commentedSorry, fix has already been submitted. Didn't browse the bug reports, only the support request.
Again, sorry.
Comment #2
ms2011 commentedsee: http://drupal.org/node/179093