From 9a4cbaf83b81be77750209a1b5dbe9895fa9ad99 Mon Sep 17 00:00:00 2001 From: "Mr.doob" Date: Fri, 3 Jun 2016 16:02:35 -0700 Subject: [PATCH] Editor: Fixed edit button. --- editor/js/libs/app/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/js/libs/app/index.html b/editor/js/libs/app/index.html index 7daa7d2549..98d594d5c7 100644 --- a/editor/js/libs/app/index.html +++ b/editor/js/libs/app/index.html @@ -53,7 +53,7 @@ button.addEventListener( 'click', function ( event ) { var url = location.href.split( '/' ).slice( 0, - 1 ).join( '/' ); - window.open( 'http://threejs.org/editor/#file=https://crossorigin.me/' + url + '/app.json' ); + window.open( 'http://threejs.org/editor/#file=' + url + '/app.json' ); }, false ); document.body.appendChild( button ); -- GitLab