Skip to content

Commit

Permalink
fixed mmtf url in parallel.html example
Browse files Browse the repository at this point in the history
  • Loading branch information
arose committed Oct 6, 2016
1 parent 6c38efe commit e53215f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/parallel.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
function load( o ){
stage.loadFile( blob, { ext: "mmtf", defaultRepresentation: true } );
}
var url = "http://mmtf.rcsb.org/v0.2/full/3sn6.mmtf";
var url = "http://mmtf.rcsb.org/v1.0/full/3sn6";
var xhr = new XMLHttpRequest();
xhr.open( "GET", url, true );
xhr.addEventListener( 'load', function( event ){
Expand Down

0 comments on commit e53215f

Please sign in to comment.