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

accept drops only on the editor component, fixes #487

parent 9bfede30
No related branches found
No related tags found
No related merge requests found
......@@ -137,6 +137,7 @@ CKEDITOR.plugins.add('studip-upload', {
.css('display', 'none')
.appendTo($container)
.fileupload({
dropZone: $container,
url: editor.config.studipUpload_url,
singleFileUploads: false,
dataType: 'json',
......
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