We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd7def0 commit 72403cbCopy full SHA for 72403cb
editor/js/libs/app/index.html
@@ -53,7 +53,7 @@
53
button.addEventListener( 'click', function ( event ) {
54
55
var url = location.href.split( '/' ).slice( 0, - 1 ).join( '/' );
56
- window.open( 'http://threejs.org/editor/#file=https://crossorigin.me/' + url + '/app.json' );
+ window.open( 'http://threejs.org/editor/#file=' + url + '/app.json' );
57
58
}, false );
59
document.body.appendChild( button );
0 commit comments