소스 검색

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

aardgoose 7 년 전
부모
커밋
7f4bb6611d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>