From: Georg Ehrke Date: Mon, 27 May 2013 13:24:37 +0000 (+0200) Subject: fix https://github.com/owncloud/core/issues/3320 X-Git-Tag: v5.0.7~37 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c872042616b5f90770c73722766607d38b092b6f;p=nextcloud-server.git fix https://github.com/owncloud/core/issues/3320 --- diff --git a/apps/files_trashbin/js/trash.js b/apps/files_trashbin/js/trash.js index 668313c358f..21a6da388cf 100644 --- a/apps/files_trashbin/js/trash.js +++ b/apps/files_trashbin/js/trash.js @@ -118,6 +118,7 @@ $(document).ready(function() { }); $('.delete').click('click',function(event) { + event.preventDefault(); console.log("delete selected"); var spinner = ''; var files=getSelectedFiles('file');