Reload activity list after posting a comment.
This commit is contained in:
@@ -363,7 +363,7 @@ function task_delete(task_id, task_etag, task_delete_url) {
|
||||
|
||||
function loadActivities(url)
|
||||
{
|
||||
$.get(url)
|
||||
return $.get(url)
|
||||
.done(function(data) {
|
||||
if(console) console.log('Activities loaded OK');
|
||||
$('#activities').html(data);
|
||||
|
Reference in New Issue
Block a user