Skip to content

Commit

Permalink
Merge pull request #97 from julianheinrich/demo-fix
Browse files Browse the repository at this point in the history
added trailing slash to pdb URL. This fixes issue #95.
  • Loading branch information
biasmv committed May 6, 2015
2 parents c7335c4 + 4a7a1a4 commit 71747c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ $('#load-from-pdb').change(function() {
var pdbId = this.value;
this.value = '';
this.blur();
io.fetchPdb('http://pdb.org/pdb/files' + pdbId + '.pdb',
io.fetchPdb('http://pdb.org/pdb/files/' + pdbId + '.pdb',
function(s) {
structure = s;
cartoon();
Expand Down

0 comments on commit 71747c7

Please sign in to comment.