]> git.mxchange.org Git - friendica.git/commitdiff
contact-page: fix for filter is above modal
authorrabuzarus <>
Fri, 29 Apr 2016 15:46:47 +0000 (17:46 +0200)
committerrabuzarus <>
Fri, 29 Apr 2016 15:46:47 +0000 (17:46 +0200)
js/theme.js

index dd71b5d3db73593dbf2e38489073476ad8351164..00008fc3e212462489509f0868d153e7a2f66155 100644 (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(); });
        };