From 7b042ec139f937a7693026e7e56f7b24fa81f168 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Mon, 15 Sep 2014 17:04:38 +0200 Subject: [PATCH] Disable revert option in sortable of attachments --- app/coffee/modules/common/attachments.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/app/coffee/modules/common/attachments.coffee b/app/coffee/modules/common/attachments.coffee index 06980dac..c1e8c7c0 100644 --- a/app/coffee/modules/common/attachments.coffee +++ b/app/coffee/modules/common/attachments.coffee @@ -208,7 +208,6 @@ AttachmentsDirective = ($confirm) -> items: "div.single-attachment" handle: "a.settings.icon.icon-drag-v" dropOnEmpty: true - revert: 400 axis: "y" placeholder: "sortable-placeholder single-attachment" })