contact-page: fix for filter is above modal

This commit is contained in:
rabuzarus 2016-04-29 17:46:47 +02:00
parent da6f18606a
commit 5215a9d766
1 changed files with 1 additions and 1 deletions

View File

@ -503,7 +503,7 @@ function filter_replace(item) {
};
this.attr('autocomplete','off');
var a = this.textcomplete([contacts], {className:'accontacts', zIndex:10000, appendTo: '#contact-list'});
var a = this.textcomplete([contacts], {className:'accontacts', appendTo: '#contact-list'});
a.on('textComplete:select', function(e, value, strategy) { $(".dropdown-menu.textcomplete-dropdown.media-list").show(); });
};