diff options
Diffstat (limited to 'resources/assets/javascripts/bootstrap/course_wizard.js')
| -rw-r--r-- | resources/assets/javascripts/bootstrap/course_wizard.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/resources/assets/javascripts/bootstrap/course_wizard.js b/resources/assets/javascripts/bootstrap/course_wizard.js index 6ca291b..b96ebe7 100644 --- a/resources/assets/javascripts/bootstrap/course_wizard.js +++ b/resources/assets/javascripts/bootstrap/course_wizard.js @@ -5,12 +5,6 @@ STUDIP.domReady(function() { }); STUDIP.ready(function() { - $('.course-wizard-step-0 *:input:not(input[type=submit])').each(function () { - $(this).attr( - 'tabindex', - $(this).closest('section,footer').css('order') - ); - }); $('#wizard-coursetype').on('change', function() { let semtype = $(this).val(); let mandatory_types = $('#wizard-maxmember').parent('section').data('mandatory'); |
