We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7df26f commit 0d095bcCopy full SHA for 0d095bc
1 file changed
scripts/user.js
@@ -10,7 +10,7 @@ function createProfile() {
10
.then(blob => {
11
const imgURL = URL.createObjectURL(blob);
12
const img = document.createElement("img");
13
- img.src = imgURL;
+ img.src = imgURL;
14
document.body.appendChild(img);
15
});
16
}
0 commit comments