use new form element syntax
This commit is contained in:
parent
e965ae21c2
commit
68f9b40a80
7 changed files with 18 additions and 18 deletions
|
|
@ -66,9 +66,7 @@ pandora.ui.contactForm = function() {
|
|||
.css({width: width + 'px'})
|
||||
.bindEvent({
|
||||
validate: function(data) {
|
||||
$sendButton.options({
|
||||
disabled: !data.valid
|
||||
});
|
||||
$sendButton.options({disabled: !data.valid});
|
||||
}
|
||||
})
|
||||
.appendTo(that),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue