mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:42:53 +00:00
spelling: beginning
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
8f09d81c9f
commit
aee833b60f
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@
|
|||
var insertAttachment = function(data) {
|
||||
// If we have already a preview, leaver here.
|
||||
// Note: if we finish the Preview of other media content type,
|
||||
// we can move this condition to the beggining of crawlText();
|
||||
// we can move this condition to the beginning of crawlText();
|
||||
if (isActive) {
|
||||
$('#profile-rotator').hide();
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue