don't use $content - Mojo doesn't like it fix-empty-undef-edit
authorDobrica Pavlinusic <dpavlin@rot13.org>
Fri, 4 Jun 2010 14:59:23 +0000 (16:59 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Fri, 4 Jun 2010 14:59:23 +0000 (16:59 +0200)
commit6c43b118ce8e3ba0ae5bf7210d867af17a6bb218
tree066a493a1c69080821e86cfae3517e727402bb4b
parent4ef3dfd24ec8d312695bbc8cfce9e4ebcc6c74fd
don't use $content - Mojo doesn't like it

Using content variable caused last bug which caused strange
serializations of perl hash when editing previously undefined
value and replacing it with 0, so I just replaced it with
new_content all around
lib/MojoFacets/Data.pm
public/edit_table.js
templates/data/edit.html.ep