Added BSD license.

Ajax re-ordering javascript now returns false instead of False per javascript standard.
This commit is contained in:
Scot Hacker 2011-04-28 23:01:17 -07:00
parent 2df0fa1fb5
commit 2693907b2d
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() {