diff options
Diffstat (limited to 'ui/ui.draggable.js')
-rw-r--r-- | ui/ui.draggable.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ui.draggable.js b/ui/ui.draggable.js index 15d6cf440..a1d17aef4 100644 --- a/ui/ui.draggable.js +++ b/ui/ui.draggable.js @@ -410,7 +410,7 @@ $.extend($.ui.draggable, { handle: false, helper: "original", iframeFix: false, - opacity: 1, + opacity: null, refreshPositions: false, revert: false, revertDuration: 500, |