Skip to content
Snippets Groups Projects
Commit ac9ef82d authored by Elmar Ludwig's avatar Elmar Ludwig
Browse files

change default for autosave to false, fixes #4166

Closes #4166

Merge request studip/studip!3320
parent 073e1556
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ const Wiki = {
lastSaveDate: new Date(edit_container.dataset.chdate * 1000),
lastChangeDate: 0,
lastFocussedDate: 0,
autosave: true
autosave: false
};
},
methods: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment