Skip to content

Commit c2029dd

Browse files
Andrew CantinoAndrew Cantino
authored andcommitted
do not remove textarea
1 parent 7d8181e commit c2029dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989

9090
this.builderTab = $('<li><a href="#">builder</a></li>').click(function(e) {
9191
self.builder.show();
92-
self.wrapped.remove(); //hide();
92+
self.wrapped.hide();
9393
return false;
9494
});
9595

0 commit comments

Comments
 (0)