clear contact dialog after sending a message

This commit is contained in:
rolux 2011-11-09 15:01:23 +00:00
commit 9752b2e332
2 changed files with 2 additions and 1 deletions

View file

@ -115,6 +115,7 @@ pandora.ui.contactForm = function() {
}).bindEvent({
click: function() {
$dialog.close();
$form.values({subject: '', message: ''});
}
})
],