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.
2 parents fb8a66b + fc97a16 commit e39520aCopy full SHA for e39520a
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