Added BSD license.
Ajax re-ordering javascript now returns false instead of False per javascript standard.
This commit is contained in:
parent
2df0fa1fb5
commit
2693907b2d
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