It's a class

remotes/origin/stable6
Lukas Reschke 12 years ago
parent 003e6adb3f
commit 3a6e39b990
  1. 2
      apps/files/js/files.js

@ -116,7 +116,7 @@ $(document).ready(function() {
});
// Trigger cancelling of file upload
$('#uploadprogresswrapper stop').on('click', function() {
$('#uploadprogresswrapper .stop').on('click', function() {
Files.cancelUploads();
});

Loading…
Cancel
Save