diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-12-06 13:46:32 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-12-06 13:46:32 +0000 |
| commit | 9598fe46153f85317dea26ffbd6222e61e792589 (patch) | |
| tree | bade0e248054c4d45ac173070bcd336c2949a803 /resources/assets/javascripts/bootstrap/clipboard.js | |
| parent | d38b0a19c204aface71ae6c39581346a8ad83887 (diff) | |
update and adjust eslint, fixes #4967
Closes #4967
Merge request studip/studip!3730
Diffstat (limited to 'resources/assets/javascripts/bootstrap/clipboard.js')
| -rw-r--r-- | resources/assets/javascripts/bootstrap/clipboard.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/assets/javascripts/bootstrap/clipboard.js b/resources/assets/javascripts/bootstrap/clipboard.js index cafec27..7343540 100644 --- a/resources/assets/javascripts/bootstrap/clipboard.js +++ b/resources/assets/javascripts/bootstrap/clipboard.js @@ -37,7 +37,7 @@ STUDIP.domReady(function () { STUDIP.Clipboard.switchClipboard(event); }); - jQuery(document).on('dragend', '.clipboard-draggable-item', function (event) { + jQuery(document).on('dragend', '.clipboard-draggable-item', function () { jQuery(this).css({ 'top': '0px', 'left': '0px' }); |
