]> git.mxchange.org Git - friendica.git/blobdiff - mod/message.php
missing $submit
[friendica.git] / mod / message.php
index 71f83b47a2277ab957c9c964d6e102f482947321..519634be5be58d61e4f6ead0e20c6c7fa9ead239 100644 (file)
@@ -25,6 +25,7 @@ function message_init(&$a) {
        var a; 
        a = $("#recip").autocomplete({ 
                serviceUrl: '$base/acl',
+               minChars: 2,
                width: 350,
                onSelect: function(value,data) {
                        $("#recip-complete").val(data);
@@ -211,7 +212,8 @@ function message_content(&$a) {
                        '$parent' => '',
                        '$upload' => t('Upload photo'),
                        '$insert' => t('Insert web link'),
-                       '$wait' => t('Please wait')
+                       '$wait' => t('Please wait'),
+                       '$submit' => t('Submit')
                ));
 
                return $o;
@@ -405,6 +407,7 @@ function message_content(&$a) {
                        '$parent' => $parent,
                        '$upload' => t('Upload photo'),
                        '$insert' => t('Insert web link'),
+                       '$submit' => t('Submit'),
                        '$wait' => t('Please wait')
 
                ));