Skip to content

Commit

Permalink
Need to observe formghost submit action here
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Jan 16, 2015
1 parent 22eaf71 commit 0453649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/js/contacts.js
Expand Up @@ -135,7 +135,7 @@ var ImpContacts = {
HordeCore.initHandler('click');
HordeCore.initHandler('dblclick');

$('contacts').observe('submit', function(e) {
$('contacts').observe('FormGhost:submit', function(e) {
this.contactsSearch();
e.stop();
}.bind(this));
Expand Down

0 comments on commit 0453649

Please sign in to comment.