Skip to content

Commit

Permalink
Editor: Fixed edit button.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Jun 3, 2016
1 parent a95797a commit 9a4cbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/js/libs/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
button.addEventListener( 'click', function ( event ) {

var url = location.href.split( '/' ).slice( 0, - 1 ).join( '/' );
window.open( 'http://threejs.org/editor/#file=https://crossorigin.me/' + url + '/app.json' );
window.open( 'http://threejs.org/editor/#file=' + url + '/app.json' );

}, false );
document.body.appendChild( button );
Expand Down

0 comments on commit 9a4cbaf

Please sign in to comment.