Skip to content

Commit

Permalink
Use non-minified version of API code due to ipfs/js-ipfs#1131
Browse files Browse the repository at this point in the history
  • Loading branch information
codedread committed Jan 3, 2018
1 parent 0c117e9 commit 70ac1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/kthoom-ipfs.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ kthoom.ipfs = {
resolve(node);
});
});
ipfsScriptEl.setAttribute('src', 'https://unpkg.com/[email protected]/dist/index.min.js');
ipfsScriptEl.setAttribute('src', 'https://unpkg.com/[email protected]/dist/index.js');
document.body.appendChild(ipfsScriptEl);
});
}
Expand Down

0 comments on commit 70ac1cb

Please sign in to comment.