Skip to content
Snippets Groups Projects
Commit 9ebf9961 authored by Tobias Birke's avatar Tobias Birke
Browse files

Update todo.js

parent 158ca602
1 merge request!66Gitlab ci tbrk17
Pipeline #8627 failed with stage
in 28 seconds
......@@ -37,6 +37,6 @@ function submitTodo() {
addTodo(todo);
addTodoView(todo);
title.value = '';
description.value = '';
title.value = 'Todo';
description.value = 'Erledigung';
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment