Merge branch 'master' of github.com:shacker/django-todo
This commit is contained in:
commit
d361681f5a
2 changed files with 13 additions and 1 deletions
|
@ -12,7 +12,7 @@ function order_tasks(data) {
|
|||
// to save the re-ordered data into the database.
|
||||
|
||||
$.post("{% url todo-reorder_tasks %}", data, "json");
|
||||
return False;
|
||||
return false;
|
||||
};
|
||||
|
||||
$(document).ready(function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue