Thanks to visit codestin.com Credit goes to github.com
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 c159131 commit fc97a16Copy full SHA for fc97a16
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