Frio: fix contact filtering on contacts page
This commit is contained in:
parent
a1455489bf
commit
0db6002e3c
2 changed files with 5 additions and 0 deletions
|
@ -550,6 +550,10 @@ function filter_replace(item) {
|
|||
this.attr('autocomplete','off');
|
||||
var a = this.textcomplete([contacts], {className:'accontacts', appendTo: '#contact-list'});
|
||||
|
||||
if(autosubmit) {
|
||||
a.on('textComplete:select', function(e,value,strategy) {submit_form(this);});
|
||||
}
|
||||
|
||||
a.on('textComplete:select', function(e, value, strategy) {
|
||||
$(".dropdown-menu.textcomplete-dropdown.media-list").show();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue