Skip to content

Commit 72403cb

Browse files
committed
Editor: Fixed edit button.
1 parent dd7def0 commit 72403cb

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
@@ -53,7 +53,7 @@
5353
button.addEventListener( 'click', function ( event ) {
5454

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

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

0 commit comments

Comments
 (0)