fix d&d title, fixes #38
This commit is contained in:
parent
0a8a335cdc
commit
1e089e1523
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ oml.enableDragAndDrop = function($list, canMove) {
|
|||
drag.action = 'copy';
|
||||
drag.ids = $list.options('selected');
|
||||
drag.item = drag.ids.length == 1
|
||||
? $list.value(drag.ids[0], 'title')
|
||||
? Ox.decodeHTMLEntities($list.value(drag.ids[0], 'title'))
|
||||
: drag.ids.length;
|
||||
drag.source = oml.getListData();
|
||||
drag.targets = {};
|
||||
|
|
Loading…
Reference in a new issue