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 e689879 commit cd0a384Copy full SHA for cd0a384
editor/js/libs/app/index.html
@@ -52,7 +52,7 @@
52
button.addEventListener( 'click', function ( event ) {
53
54
var url = location.href.split( '/' ).slice( 0, - 1 ).join( '/' );
55
- location.href = 'http://threejs.org/editor/#file=https://crossorigin.me/' + url + '/app.json';
+ window.open( 'http://threejs.org/editor/#file=https://crossorigin.me/' + url + '/app.json' );
56
57
}, false );
58
document.body.appendChild( button );
0 commit comments