Skip to content
Snippets Groups Projects
Commit cc35cb74 authored by Brice Maron's avatar Brice Maron
Browse files

Try to avoid closing the share box too soon on multiple selections

parent 7de591f5
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,7 @@ $(document).ready(function() {
$('.share').click(function(event) {
event.preventDefault();
event.stopPropagation();
var filenames = getSelectedFiles('name');
var length = filenames.length;
var files = '';
......
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