Skip to content
Snippets Groups Projects
Commit 22094d29 authored by Moritz Strohm's avatar Moritz Strohm Committed by Elmar Ludwig
Browse files

Fix for BIESt #110

parent 11b3170a
No related branches found
No related tags found
No related merge requests found
...@@ -77,6 +77,7 @@ STUDIP.dialogReady(() => { ...@@ -77,6 +77,7 @@ STUDIP.dialogReady(() => {
jQuery("#difficulty_end").val(ui.values[1]); jQuery("#difficulty_end").val(ui.values[1]);
} }
}); });
jQuery('.oercampus_editmaterial').find(':focusable').first().focus();
}, },
methods: { methods: {
editName: function () { editName: function () {
......
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