Update Redditlikechatter.HTML
This commit is contained in:
parent
b32dbd1d63
commit
8f394d2d72
1 changed files with 2 additions and 1 deletions
|
@ -123,7 +123,8 @@
|
|||
preview.src = imageUrl;
|
||||
preview.width = 30;
|
||||
preview.height = 30;
|
||||
usernameInput.parentNode.insertBefore(preview, usernameInput);
|
||||
// Insert the image preview after the username input
|
||||
usernameInput.parentNode.insertBefore(preview, usernameInput.nextSibling);
|
||||
} else {
|
||||
imagePreview.src = imageUrl;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue