diff options
author | Felix Nagel <info@felixnagel.com> | 2013-03-07 23:56:48 +0100 |
---|---|---|
committer | Felix Nagel <info@felixnagel.com> | 2013-03-07 23:56:48 +0100 |
commit | 0bf91a41c6ea0025cdb25b55ada0dde7b8fdc0ff (patch) | |
tree | afdfd77c7bdc18baae90aed731c6c59c2af4e184 /ui/jquery.ui.sortable.js | |
parent | 6acc6bdd7f2fcf56d02699683de6fbec62316294 (diff) | |
parent | 5b2da7c127aa1afd9852063b6e4701ec6607e941 (diff) | |
download | jquery-ui-0bf91a41c6ea0025cdb25b55ada0dde7b8fdc0ff.tar.gz jquery-ui-0bf91a41c6ea0025cdb25b55ada0dde7b8fdc0ff.zip |
Merge branch 'master' into selectmenu
Diffstat (limited to 'ui/jquery.ui.sortable.js')
-rw-r--r-- | ui/jquery.ui.sortable.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/jquery.ui.sortable.js b/ui/jquery.ui.sortable.js index f095ce9c5..93c6cccc5 100644 --- a/ui/jquery.ui.sortable.js +++ b/ui/jquery.ui.sortable.js @@ -762,6 +762,8 @@ $.widget("ui.sortable", $.ui.mouse, { // width of the table (browsers are smart enough to // handle this properly) element.append( "<td colspan='99'> </td>" ); + } else if ( nodeName === "img" ) { + element.attr( "src", that.currentItem.attr( "src" ) ); } if ( !className ) { |