More consistent naming

This commit is contained in:
2016-11-02 11:08:33 +01:00
parent 3be2b30122
commit 543a158bb2
2 changed files with 2 additions and 2 deletions

View File

@@ -361,7 +361,7 @@ function task_delete(task_id, task_etag, task_delete_url) {
});
}
function load_activities(url)
function loadActivities(url)
{
$.get(url)
.done(function(data) {