equal
deleted
inserted
replaced
164 if (_t) { |
164 if (_t) { |
165 _t.addClass("dragging"); |
165 _t.addClass("dragging"); |
166 _this.selected_bin_item = { |
166 _this.selected_bin_item = { |
167 uri : $(_t).attr("data-uri"), |
167 uri : $(_t).attr("data-uri"), |
168 title : $(_t).attr("data-title"), |
168 title : $(_t).attr("data-title"), |
169 description : $(_t).attr("data-description") |
169 description : $(_t).attr("data-description"), |
|
170 image: $(_t).attr("data-image") |
170 } |
171 } |
171 return false; |
172 return false; |
172 } |
173 } |
173 }).mouseover(function(_e) { |
174 }).mouseover(function(_e) { |
174 var _t = findItem(_e); |
175 var _t = findItem(_e); |