app/assets/javascripts/hooch.js in hooch-0.6.1 vs app/assets/javascripts/hooch.js in hooch-0.6.2

- old
+ new

@@ -993,10 +993,10 @@ this.sorter.clearDraggingElement(); this.unSetPressed() this.placeholder = new hooch.SortPlaceholder(this.$sort_element.clone().removeAttr('id').css({width: this.width, height: this.height}).data('hooch-sorter-managed',true),this.sorter) this.placeholder.css({'visibility': 'hidden'}); // this.placeholder.css({'background-color': 'pink'}); - $tmp = $('<div style="display: none;" data-hooch-sorter-managed></div>') + $tmp = $('<div style="display: none;" data-hooch-sorter-managed="true"></div>') this.$sort_element.before($tmp) this.$sort_element .css({position: 'absolute', top: this.starting_offset.top, left: this.starting_offset.left, width: this.width, height: this.height}) .data('hooch-sorter-managed',true) .appendTo('body')