N°1401 Fix none draggable third-party dashlets in a dashboard.

SVN:trunk[5909]
This commit is contained in:
Guillaume Lajarige
2018-06-25 14:17:41 +00:00
parent a903711a7a
commit 83e2d48f4d

View File

@@ -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;