소스 검색

Examples: Removed language selector.

Mr.doob 6 년 전
부모
커밋
18f79c9edb
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      examples/index.html

+ 0 - 5
examples/index.html

@@ -55,11 +55,6 @@
 				<input placeholder="Search" type="text" id="filter" autocorrect="off" autocapitalize="off" spellcheck="false" />
 				<div id="exitSearchButton"></div>
 
-				<select id="language">
-					<option value="en">en</option>
-					<option value="zh">zh</option>
-				</select>
-
 				<div id="content"></div>
 			</div>