We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c117e9 commit 70ac1cbCopy full SHA for 70ac1cb
code/kthoom-ipfs.js
@@ -23,7 +23,7 @@ kthoom.ipfs = {
23
resolve(node);
24
});
25
26
- ipfsScriptEl.setAttribute('src', 'https://unpkg.com/[email protected]/dist/index.min.js');
+ ipfsScriptEl.setAttribute('src', 'https://unpkg.com/[email protected]/dist/index.js');
27
document.body.appendChild(ipfsScriptEl);
28
29
}
0 commit comments