fix newlines in contact form

This commit is contained in:
j 2013-10-08 09:34:30 +00:00
parent 313cf7e789
commit a71d466311

View file

@ -47,7 +47,9 @@ pandora.ui.contactForm = function() {
width: width
}),
Ox.Input({
autovalidate: /.+/,
autovalidate: function(value, blur, callback) {
callback({valid: value.length > 0, value: value});
},
height: 256,
id: 'message',
placeholder: 'Message',