Browse Source

Added pass through handler on download button.

This fixes #7
dom111 6 years ago
parent
commit
e3bcdec526
2 changed files with 6 additions and 0 deletions
  1. 0 0
      src/webdav-min.js
  2. 6 0
      src/webdav.js

File diff suppressed because it is too large
+ 0 - 0
src/webdav-min.js


+ 6 - 0
src/webdav.js

@@ -140,6 +140,12 @@
 
                     return false;
                 });
+
+                file.item.find('.download').on('click', function(event) {
+                    event.stopPropagation();
+
+                    return true;
+                });
             }
 
             file.item.on('click', function() {

Some files were not shown because too many files changed in this diff