Browse Source

remove LGTM error (#23161)

gero3 3 years ago
parent
commit
604a9118e2
1 changed files with 1 additions and 1 deletions
  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;
 
 			}