gero3 3 anni fa
parent
commit
604a9118e2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      docs/scenes/geometry-browser.html

+ 1 - 1
docs/scenes/geometry-browser.html

@@ -701,7 +701,7 @@
 
 			if ( guis[ selectedGeometry ] !== undefined ) {
 
-				document.getElementById( 'newWindow' ).href += window.location.hash;
+				document.getElementById( 'newWindow' ).href += '#' + selectedGeometry;
 
 			}