r1938 - trunk/ui
r1938 - trunk/ui
Author: scott.gonzalez
Date: Sat Jan 31 16:55:34 2009
New Revision: 1938
Modified:
trunk/ui/ui.sortable.js
Log:
Sortable: Fixed #4017: Revert opacity after sort.
Modified: trunk/ui/ui.sortable.js
==============================================================================
--- trunk/ui/ui.sortable.js (original)
+++ trunk/ui/ui.sortable.js Sat Jan 31 16:55:34 2009
@@ -937,7 +937,7 @@
//Do what was originally in plugins
if(this._storedCursor) $('body').css("cursor", this._storedCursor);
//Reset cursor
- if(this._storedOpacity) this.helper.css("opacity", this._storedCursor);
//Reset cursor
+ if(this._storedOpacity) this.helper.css("opacity", this._storedOpacity);
//Reset cursor
if(this._storedZIndex) this.helper.css("zIndex", this._storedZIndex
== 'auto' ? '' : this._storedZIndex); //Reset z-index
this.dragging = false;