@@ -1,3 +1,7 @@
(function($) {
//future code goes here
$(document).on('submit', '#add-task-form', function(ev) {
})()
ev.preventDefault();
var newTask = '<li class="list-group-item">' + $('#task').val() + '</li>';
$('#task-list').append(newTask);
});
})(jQuery)
The note is not visible to the blocked user.