Skip to content

Commit 70ac1cb

Browse files
committed
Use non-minified version of API code due to ipfs/js-ipfs#1131
1 parent 0c117e9 commit 70ac1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/kthoom-ipfs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ kthoom.ipfs = {
2323
resolve(node);
2424
});
2525
});
26-
ipfsScriptEl.setAttribute('src', 'https://unpkg.com/[email protected]/dist/index.min.js');
26+
ipfsScriptEl.setAttribute('src', 'https://unpkg.com/[email protected]/dist/index.js');
2727
document.body.appendChild(ipfsScriptEl);
2828
});
2929
}

0 commit comments

Comments
 (0)