]> git.mxchange.org Git - friendica.git/blobdiff - js/autocomplete.js
Frio Bugfix: clear float at the end of comment-edit
[friendica.git] / js / autocomplete.js
index 8020478722413cf47937e6f88d6268cccabb62b3..d0c770cc4bcd313d237fa554732105c78e9e2d08 100644 (file)
@@ -41,7 +41,7 @@ function contact_search(term, callback, backend_url, type, mode) {
                postdata['conversation'] = conv_id[0];
 
        if(mode !== null)
-               postdata['mode'] = mode;
+               postdata['smode'] = mode;
 
 
        $.ajax({