mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-01-29 23:37:56 -05:00
draggable: wrong class when trying to remove iframeFix divs (fixes #3161)
This commit is contained in:
@@ -331,7 +331,7 @@ $.ui.plugin.add("draggable", "iframeFix", {
|
||||
});
|
||||
},
|
||||
stop: function(e, ui) {
|
||||
$("div.DragDropIframeFix").each(function() { this.parentNode.removeChild(this); }); //Remove frame helpers
|
||||
$("div.ui-draggable-iframeFix").each(function() { this.parentNode.removeChild(this); }); //Remove frame helpers
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user