clear contact dialog after sending a message
This commit is contained in:
parent
5cf436546d
commit
9752b2e332
2 changed files with 2 additions and 1 deletions
|
|
@ -115,6 +115,7 @@ pandora.ui.contactForm = function() {
|
|||
}).bindEvent({
|
||||
click: function() {
|
||||
$dialog.close();
|
||||
$form.values({subject: '', message: ''});
|
||||
}
|
||||
})
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue