X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fjs%2FlinkPreview.js;h=28c8df9b673f01f53ae1af88663a0c73432bddc0;hb=96d2cddb54f3ea3ead6e43e5ca1f814ed6327987;hp=c8012ce1509cfd1a5b646eaf2cfab48fe3f346f7;hpb=9735a52ac11fdca698a131dbb02ce17297b3e238;p=friendica.git diff --git a/view/js/linkPreview.js b/view/js/linkPreview.js index c8012ce150..28c8df9b67 100644 --- a/view/js/linkPreview.js +++ b/view/js/linkPreview.js @@ -31,7 +31,7 @@ \
\
\ - \
\ @@ -125,7 +125,7 @@ isExtern = true; } - // Don't procces the textarea input if we have already + // Don't process the textarea input if we have already // an attachment preview. if (!isExtern && isActive) { return; @@ -233,7 +233,7 @@ }; /** - * Proccess all attachment data and show up a html + * Process all attachment data and show up a html * attachment preview. * * @param {obj} data Attachment data. @@ -368,7 +368,7 @@ // More than just one image. if (images.length > 1) { - // Enable the the button to change the preview pictures. + // Enable the button to change the preview pictures. $('#previewChangeImg_' + id).show(); if (firstPosted === false) { @@ -679,7 +679,7 @@ $('#previewImage_' + id).html(appendImage); $('#attachmentImageSrc_' + id).val(bin2hex(image)); - // We need to add the image widht and height when it is + // We need to add the image width and height when it is // loaded. $('' ,{ load : function(){