Browse Source

Examples: Removed language selector.

Mr.doob 6 years ago
parent
commit
18f79c9edb
1 changed files with 0 additions and 5 deletions
  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>