Skip to content

Commit d688263

Browse files
committed
Merge pull request adamwulf#61 from danbrianwhite/master
Bug fix for one column / singleColumnizeIt
2 parents b92fdfc + 2a5db4d commit d688263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jquery.columnizer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@
344344
overflow.innerHTML = html;
345345

346346
}else{
347-
$col.append($destroyable);
347+
$col.append($destroyable.contents());
348348
}
349349
$inBox.data("columnizing", false);
350350

0 commit comments

Comments
 (0)