mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
N°1401 Fix none draggable third-party dashlets in a dashboard.
SVN:trunk[5909]
This commit is contained in:
@@ -120,7 +120,7 @@ $(function()
|
||||
},
|
||||
get_drag_icon: function()
|
||||
{
|
||||
var oDragItem = $('#dashlet_'+this.options.dashlet_class).clone();
|
||||
var oDragItem = $('#dashlet_'+this.options.dashlet_type).clone();
|
||||
oDragItem.css({zIndex: 999});
|
||||
oDragItem.appendTo('body');
|
||||
return oDragItem;
|
||||
|
||||
Reference in New Issue
Block a user