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

This commit is contained in:
Brice Maron 2011-11-06 15:29:51 +01:00
parent 7de591f5cc
commit cc35cb74e1

View file

@ -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 = '';