Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrice Maron <brice@bmaron.net>2011-11-06 18:29:51 +0400
committerBrice Maron <brice@bmaron.net>2011-11-06 18:29:51 +0400
commitcc35cb74e191040169100021c906cc8267b3508e (patch)
tree7c2d9af7ea49260261d61ef01de0cd01caffcf6c /apps/files_sharing
parent7de591f5cc1cfadc5c2b0f88cded25578cd58350 (diff)
Try to avoid closing the share box too soon on multiple selections
Diffstat (limited to 'apps/files_sharing')
-rw-r--r--apps/files_sharing/js/share.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/js/share.js b/apps/files_sharing/js/share.js
index 131571351c5..4056d693bfa 100644
--- a/apps/files_sharing/js/share.js
+++ b/apps/files_sharing/js/share.js
@@ -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 = '';