Explorar el Código

fix link to open in new window (blocked by CRS in iframe)

aardgoose hace 7 años
padre
commit
7f4bb6611d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/webgl_materials_translucency.html

+ 1 - 1
examples/webgl_materials_translucency.html

@@ -28,7 +28,7 @@
 	<div id="container"></div>
 	<div id="info"><a href="http://threejs.org" target="_blank" rel="noopener">three.js</a>
 		<br/>Fast subsurface scattering in Blinn-Phong shading demo<br/>
-		[Thanks for the art support from <a href="https://github.com/shaochun">Shaochun Lin</a>]
+		[Thanks for the art support from <a href="https://github.com/shaochun" target="_blank" rel="noopener">Shaochun Lin</a>]
 	</div>
 	<script src="../build/three.js"></script>
 	<script src="js/controls/OrbitControls.js"></script>