From f3612d1e091f856523f8cdfc933f31c0fad8f8cb Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 18 May 2012 13:48:09 +0200 Subject: Remove annoying and broken opacity. --- proto.js | 1 - 1 file changed, 1 deletion(-) (limited to 'proto.js') diff --git a/proto.js b/proto.js index 92f90fc..b6ecf25 100644 --- a/proto.js +++ b/proto.js @@ -253,7 +253,6 @@ function deleteTask(id) { } function drag(target, e) { - e.target.style.opacity = '0.4'; e.dataTransfer.setData('Text', target.id); e.stopPropagation(); // <--- this fixes the drag target problem } -- cgit v1.2.3