Merge branch 'master' of github.com:shacker/django-todo

This commit is contained in:
Scot Hacker 2011-05-14 12:13:55 -07:00
commit d361681f5a
2 changed files with 13 additions and 1 deletions

View file

@ -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() {