Skip to content

Commit e39520a

Browse files
committed
Merge branch 'master' into dev
2 parents fb8a66b + fc97a16 commit e39520a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editor/js/libs/app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
button.addEventListener( 'click', function ( event ) {
5353

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

5757
}, false );
5858
document.body.appendChild( button );

0 commit comments

Comments
 (0)