diff options
| author | Marcus Eibrink-Lunzenauer <lunzenauer@elan-ev.de> | 2024-01-23 07:41:52 +0000 |
|---|---|---|
| committer | Marcus Eibrink-Lunzenauer <lunzenauer@elan-ev.de> | 2024-01-23 07:41:52 +0000 |
| commit | 1728bc517691b3d0dde5ccdf0c0631ff1b855b6d (patch) | |
| tree | f3ad972dc584dc70c4817405d616558cc1a55061 /resources/assets/javascripts/bootstrap/consultations.js | |
| parent | 9750421a650a4e4980a1286212661a87eb92905b (diff) | |
Courseware Aufgaben erweitern (StEP3286)
Merge request studip/studip!2445
Diffstat (limited to 'resources/assets/javascripts/bootstrap/consultations.js')
| -rw-r--r-- | resources/assets/javascripts/bootstrap/consultations.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/assets/javascripts/bootstrap/consultations.js b/resources/assets/javascripts/bootstrap/consultations.js index dec8f4a..ef79d9c 100644 --- a/resources/assets/javascripts/bootstrap/consultations.js +++ b/resources/assets/javascripts/bootstrap/consultations.js @@ -1,4 +1,4 @@ -import { $gettext } from '../lib/gettext.js'; +import { $gettext } from '../lib/gettext'; $(document).on('click', '.consultation-delete-check:not(.ignore)', event => { const form = $(event.target).closest('form'); |
