Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 059d7df commit e75be5dCopy full SHA for e75be5d
jquery.nestedsortable.js
@@ -66,7 +66,6 @@ $.fn.nestedSortable = function(settings) {
66
}
67
});
68
$this.data("maxChildDepth", maxChildDepth);
69
- console.log("Max Child Depth: " + maxChildDepth);
70
71
72
$this.removeClass("longnonsensicalclassnamethatnobodywouldeveruse");
@@ -163,7 +162,8 @@ $.fn.nestedSortable = function(settings) {
163
162
stop: function(event, ui) {
164
165
// Replace the placeholder with the original
166
- $placeholder.after($this.show()).remove();
+ $placeholder.after($this.show());
+ $placeholder.remove();
167
168
// Re-enable text selection
169
if (settings.disableSelect) {
0 commit comments