Small code improvement

pull/157/head
Aleksander Machniak 11 years ago
parent 75a5c3554a
commit acc900cb63

@ -1565,7 +1565,7 @@ add_dragfix: function()
*/ */
del_dragfix: function() del_dragfix: function()
{ {
$('div.iframe-dragdrop-fix').each(function() { this.parentNode.removeChild(this); }); $('div.iframe-dragdrop-fix').remove();
}, },

Loading…
Cancel
Save