From: Lukas Reschke Date: Sun, 28 Apr 2013 21:28:41 +0000 (+0200) Subject: It's a class X-Git-Tag: v5.0.6~22 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c08c22aa54ac08eb68b0ba8b2f793c73babe56de;p=nextcloud-server.git It's a class --- diff --git a/apps/files/js/files.js b/apps/files/js/files.js index 21ab5c9230d..5b84536695f 100644 --- a/apps/files/js/files.js +++ b/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(); });